Browse Source

O1 -> O0 for debug

Patch #71 provided by Taras Rosa
pre-master-46
Holger Vogt 6 years ago
parent
commit
2040d45b1d
  1. 2
      configure.ac

2
configure.ac

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

Loading…
Cancel
Save