From 836bbb4e2cb1b77bb109e140753399356ed7c159 Mon Sep 17 00:00:00 2001 From: Peter Kokot Date: Sat, 11 May 2019 15:10:44 +0200 Subject: [PATCH] Remove dead DEBUG_CFLAGS setting The USE_MAINTAINER_MODE has been removed via a4c484a4d85e01874653570b7829a248330eb9fb and 43ed9039494a7484c2e3997ceae191ed6b640a62 --- Zend/Zend.m4 | 2 -- 1 file changed, 2 deletions(-) diff --git a/Zend/Zend.m4 b/Zend/Zend.m4 index 9aeb79d31f0..ebebb355cb1 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