mirror of https://github.com/google/oss-fuzz.git
woff2: fix afl++ build (#8141)
Fixes: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=47208
This commit is contained in:
parent
ee39b4603c
commit
d124b72b7e
|
@ -23,7 +23,7 @@ mv brotli/shared.mk.temp brotli/shared.mk
|
|||
|
||||
# woff2 uses LFLAGS instead of LDFLAGS.
|
||||
make clean
|
||||
make -j$(nproc) CC="$CC $CFLAGS" CXX="$CXX $CXXFLAGS" CANONICAL_PREFIXES= all \
|
||||
make CC="$CC $CFLAGS" CXX="$CXX $CXXFLAGS" CANONICAL_PREFIXES= all \
|
||||
NOISY_LOGGING=
|
||||
|
||||
# Build fuzzers
|
||||
|
|
Loading…
Reference in New Issue