From e163ed7875e4de25c842c0ff2f72ff49d450e0d0 Mon Sep 17 00:00:00 2001 From: Antony Dovgal Date: Tue, 1 Sep 2009 15:13:02 +0000 Subject: [PATCH] add -g along with -O0 --- configure.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.50.1