RawSpeed project change (#752)

Specify one cmake option, in hope that it might magically fix strange Ill crashes, which are not reproducible locally.
https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=2816
This commit is contained in:
Roman Lebedev 2017-08-01 02:56:23 +03:00 committed by Abhishek Arya
parent 6e15dea296
commit 808a1ba671
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ mkdir build
cd build
cmake \
-G"Unix Makefiles" \
-G"Unix Makefiles" -DBINARY_PACKAGE_BUILD=ON \
-DWITH_PTHREADS=OFF -DWITH_OPENMP=OFF \
-DWITH_PUGIXML=OFF -DUSE_XMLLINT=OFF -DWITH_JPEG=OFF -DWITH_ZLIB=OFF \
-DBUILD_TESTING=OFF -DBUILD_TOOLS=OFF -DBUILD_BENCHMARKING=OFF \