Browse Source

add -g along with -O0

experimental/5.3-FPM
Antony Dovgal 17 years ago
parent
commit
580c51215f
  1. 4
      configure.in

4
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

Loading…
Cancel
Save