mirror of https://github.com/google/oss-fuzz.git
[c-ares] Add CFLAGS= for `make` command to have proper symbolization.
This commit is contained in:
parent
f0d4c40e5f
commit
398afbf15a
|
@ -23,7 +23,7 @@ export LDFLAGS="$FUZZER_LDFLAGS"
|
|||
./buildconf
|
||||
./configure
|
||||
make clean
|
||||
make -j$(nproc) all
|
||||
make CFLAGS= -j$(nproc) all
|
||||
|
||||
# Build the fuzzer.
|
||||
$CXX $CXXFLAGS -std=c++11 -I. \
|
||||
|
|
Loading…
Reference in New Issue