We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65ee781 commit dfbcf9eCopy full SHA for dfbcf9e
build-scripts/configure
@@ -79,7 +79,7 @@ case "$BUILD_TYPE" in
79
ARGS="$ARGS --enable-debug"
80
# Override the default "-g3 -O0" that comes with ./configure --enable-debug
81
# in order to reduce the size of the packages
82
- CFLAGS="-g2 -O1 $CFLAGS"
+ CFLAGS="-ggdb3 -O0 $CFLAGS"
83
;;
84
CODE_COVERAGE)
85
0 commit comments