From: Peter Kokot Date: Sat, 11 May 2019 13:10:44 +0000 (+0200) Subject: Remove dead DEBUG_CFLAGS setting X-Git-Tag: php-7.4.0alpha1~302 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=836bbb4e2cb1b77bb109e140753399356ed7c159;p=php Remove dead DEBUG_CFLAGS setting The USE_MAINTAINER_MODE has been removed via a4c484a4d85e01874653570b7829a248330eb9fb and 43ed9039494a7484c2e3997ceae191ed6b640a62 --- diff --git a/Zend/Zend.m4 b/Zend/Zend.m4 index 9aeb79d31f..ebebb355cb 100644 --- a/Zend/Zend.m4 +++ b/Zend/Zend.m4 @@ -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