summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lang/php70/Makefile1
-rw-r--r--lang/php71/Makefile1
-rw-r--r--lang/php72/Makefile1
3 files changed, 0 insertions, 3 deletions
diff --git a/lang/php70/Makefile b/lang/php70/Makefile
index acca3c0ca4ee..29f2bc35481f 100644
--- a/lang/php70/Makefile
+++ b/lang/php70/Makefile
@@ -52,7 +52,6 @@ CLI_DESC= Build CLI version
CGI_DESC= Build CGI version
FPM_DESC= Build FPM version
EMBED_DESC= Build embedded library
-DEBUG_DESC= Enable debug
PHPDBG_DESC= Interactive PHP debugger
DTRACE_DESC= Enable DTrace support
MAILHEAD_DESC= Enable mail header patch
diff --git a/lang/php71/Makefile b/lang/php71/Makefile
index 82d151fa9bc2..efa6a2a1d2de 100644
--- a/lang/php71/Makefile
+++ b/lang/php71/Makefile
@@ -54,7 +54,6 @@ CLI_DESC= Build CLI version
CGI_DESC= Build CGI version
FPM_DESC= Build FPM version
EMBED_DESC= Build embedded library
-DEBUG_DESC= Enable debug
PHPDBG_DESC= Interactive PHP debugger
DTRACE_DESC= Enable DTrace support
MAILHEAD_DESC= Enable mail header patch
diff --git a/lang/php72/Makefile b/lang/php72/Makefile
index 14e297feb702..e32139edcac8 100644
--- a/lang/php72/Makefile
+++ b/lang/php72/Makefile
@@ -54,7 +54,6 @@ CLI_DESC= Build CLI version
CGI_DESC= Build CGI version
FPM_DESC= Build FPM version
EMBED_DESC= Build embedded library
-DEBUG_DESC= Enable debug
PHPDBG_DESC= Interactive PHP debugger
DTRACE_DESC= Enable DTrace support
LINKTHR_DESC= Link thread lib (for threaded extensions)