From: Antony Dovgal Date: Tue, 1 Sep 2009 15:13:02 +0000 (+0000) Subject: add -g along with -O0 X-Git-Tag: php-5.4.0alpha1~191^2~2712 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e163ed7875e4de25c842c0ff2f72ff49d450e0d0;p=php add -g along with -O0 --- diff --git a/configure.in b/configure.in index 3099c525c3..70a7bf779e 100644 --- a/configure.in +++ b/configure.in @@ -779,8 +779,8 @@ if test "$PHP_DEBUG" = "yes"; then changequote([,]) dnl add -O0 only if GCC or ICC is used if test "$GCC" = "yes" || test "$ICC" = "yes"; then - CFLAGS="$CFLAGS -O0" - CXXFLAGS="$CXXFLAGS -O0" + CFLAGS="$CFLAGS -g -O0" + CXXFLAGS="$CXXFLAGS -g -O0" fi if test "$SUNCC" = "yes"; then if test -n "$auto_cflags"; then