mirror of https://github.com/google/oss-fuzz.git
[c-ares] Fixing build flags to have proper coverage + stack-traces. (#94)
Use --enable-debug flag for ./configure to have -g instead of -g0.
This commit is contained in:
parent
a660ca3ea3
commit
fc08d7132e
|
@ -17,7 +17,7 @@
|
||||||
|
|
||||||
# Build the target.
|
# Build the target.
|
||||||
./buildconf
|
./buildconf
|
||||||
./configure
|
./configure --enable-debug
|
||||||
make clean
|
make clean
|
||||||
make -j$(nproc) V=1 all
|
make -j$(nproc) V=1 all
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue