We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba40f50 commit 3744533Copy full SHA for 3744533
Zend/Zend.m4
@@ -101,13 +101,13 @@ if test "$ZEND_DEBUG" = "yes"; then
101
if test "$CFLAGS" = "-g -O2"; then
102
CFLAGS=-g
103
fi
104
- test -n "$GCC" && DEBUG_CFLAGS="$DEBUG_CFLAGS -Wall"
105
test -n "$GCC" && test "$USE_MAINTAINER_MODE" = "yes" && \
106
DEBUG_CFLAGS="$DEBUG_CFLAGS -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations"
107
else
108
AC_DEFINE(ZEND_DEBUG,0,[ ])
109
110
+test -n "$GCC" && CFLAGS="$CFLAGS -Wall"
111
test -n "$DEBUG_CFLAGS" && CFLAGS="$CFLAGS $DEBUG_CFLAGS"
112
113
if test "$ZEND_MAINTAINER_ZTS" = "yes"; then
0 commit comments