O1 -> O0 for debug

Patch #71 provided by Taras Rosa
This commit is contained in:
Holger Vogt 2020-01-05 10:30:23 +01:00
parent 09f829b863
commit 2040d45b1d
1 changed files with 1 additions and 1 deletions

View File

@ -220,7 +220,7 @@ if test "x$ext_CFLAGS" != xyes; then
else
AC_DEFINE([NGDEBUG], [1], [Compile with debug info])
if test "x$GCC" = xyes; then
CFLAGS="-g -O1"
CFLAGS="-g -O0"
else
CFLAGS="-g"
fi