mirror of https://github.com/google/oss-fuzz.git
nDPI: disable debug logs (#9204)
Enabling them in 3baf95b6ec
wasn't a great
idea
This commit is contained in:
parent
6638c4293b
commit
36a2e8a5e2
|
@ -50,7 +50,7 @@ fi
|
||||||
cd ndpi
|
cd ndpi
|
||||||
# Set LDFLAGS variable and `--with-only-libndpi` option as workaround for the
|
# Set LDFLAGS variable and `--with-only-libndpi` option as workaround for the
|
||||||
# "missing dependencies errors" in the introspector build. See #8939
|
# "missing dependencies errors" in the introspector build. See #8939
|
||||||
LDFLAGS="-lpcap" ./autogen.sh --enable-debug-messages --enable-fuzztargets --with-only-libndpi
|
LDFLAGS="-lpcap" ./autogen.sh --enable-fuzztargets --with-only-libndpi
|
||||||
make -j$(nproc)
|
make -j$(nproc)
|
||||||
# Copy fuzzers
|
# Copy fuzzers
|
||||||
ls fuzz/fuzz* | grep -v "\." | while read i; do cp $i $OUT/; done
|
ls fuzz/fuzz* | grep -v "\." | while read i; do cp $i $OUT/; done
|
||||||
|
|
Loading…
Reference in New Issue