1
0
mirror of https://github.com/php/php-src.git synced 2026-04-01 13:12:16 +02:00

Remove dead DEBUG_CFLAGS setting

The USE_MAINTAINER_MODE has been removed via
a4c484a4d8 and
43ed903949
This commit is contained in:
Peter Kokot
2019-05-11 15:10:44 +02:00
parent f7cdac6c97
commit 836bbb4e2c

View File

@@ -215,8 +215,6 @@ if test "$ZEND_DEBUG" = "yes"; then
if test "$CFLAGS" = "-g -O2"; then
CFLAGS=-g
fi
test -n "$GCC" && test "$USE_MAINTAINER_MODE" = "yes" && \
DEBUG_CFLAGS="$DEBUG_CFLAGS -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations"
else
AC_DEFINE(ZEND_DEBUG,0,[ ])
fi