]> granicus.if.org Git - php/commitdiff
Remove dead DEBUG_CFLAGS setting
authorPeter Kokot <peterkokot@gmail.com>
Sat, 11 May 2019 13:10:44 +0000 (15:10 +0200)
committerPeter Kokot <peterkokot@gmail.com>
Sat, 11 May 2019 17:53:14 +0000 (19:53 +0200)
The USE_MAINTAINER_MODE has been removed via
a4c484a4d85e01874653570b7829a248330eb9fb and
43ed9039494a7484c2e3997ceae191ed6b640a62

Zend/Zend.m4

index 9aeb79d31f05d206d1d0c029d6e21c004df59989..ebebb355cb1340d845ac1d03799795b619c3387e 100644 (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