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 1dc2c9b commit 00c1e2aCopy full SHA for 00c1e2a
configure.ac
@@ -862,7 +862,7 @@ if test "$use_lcov" = "yes"; then
862
[AC_MSG_ERROR([lcov testing requested but --coverage linker flag does not work])])
863
AX_CHECK_COMPILE_FLAG([--coverage],[CORE_CXXFLAGS="$CORE_CXXFLAGS --coverage"],
864
[AC_MSG_ERROR([lcov testing requested but --coverage flag does not work])])
865
- CORE_CXXFLAGS="$CORE_CXXFLAGS -Og -O0"
+ CORE_CXXFLAGS="$CORE_CXXFLAGS -Og"
866
fi
867
868
if test "$use_lcov_branch" != "no"; then
0 commit comments