[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:
Max Moroz 2016-11-23 17:35:52 +01:00 committed by Mike Aizatsky
parent a660ca3ea3
commit fc08d7132e
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
# Build the target.
./buildconf
./configure
./configure --enable-debug
make clean
make -j$(nproc) V=1 all