[c-ares] Add CFLAGS= for `make` command to have proper symbolization.

This commit is contained in:
Max Moroz 2016-11-16 10:55:20 +01:00
parent f0d4c40e5f
commit 398afbf15a
1 changed files with 1 additions and 1 deletions

View File

@ -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. \