mirror of https://github.com/google/oss-fuzz.git
[tor] Fix configure flags being used in build.sh.
This commit is contained in:
parent
5437679fbb
commit
0a5405683e
|
@ -63,7 +63,7 @@ export ASAN_OPTIONS=detect_leaks=0
|
|||
--with-libevent-dir=${SRC}/deps \
|
||||
--with-openssl-dir=${SRC}/deps \
|
||||
--with-zlib-dir=${SRC}/deps \
|
||||
--disable-gcc-hardening=no
|
||||
--disable-gcc-hardening
|
||||
|
||||
make clean
|
||||
make -j$(nproc) oss-fuzz-fuzzers
|
||||
|
|
Loading…
Reference in New Issue