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 viaa4c484a4d8and43ed903949
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user