Skip to content

Commit fc08d71

Browse files
Dor1smikea
authored andcommitted
[c-ares] Fixing build flags to have proper coverage + stack-traces. (#94)
Use --enable-debug flag for ./configure to have -g instead of -g0.
1 parent a660ca3 commit fc08d71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

targets/c-ares/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
# Build the target.
1919
./buildconf
20-
./configure
20+
./configure --enable-debug
2121
make clean
2222
make -j$(nproc) V=1 all
2323

0 commit comments

Comments
 (0)