1
0
mirror of https://github.com/php/php-src.git synced 2026-04-19 05:51:02 +02:00

- This should have been done for 4.0.0.

- Default build is without debug now. Use --enable-debug if you want a
- debug build which includes leak/memory overwrite etc. detection
This commit is contained in:
Andi Gutmans
2000-05-28 17:39:30 +00:00
parent 2980f7f92d
commit 0ebb7335c9
2 changed files with 3 additions and 3 deletions

View File

@@ -76,10 +76,10 @@ AC_SUBST(ZEND_SCANNER)
AC_DEFUN(LIBZEND_ENABLE_DEBUG,[
AC_ARG_ENABLE(debug,
[ --disable-debug Compile without debugging symbols],[
[ --enable-debug Compile with debugging symbols],[
ZEND_DEBUG=$enableval
],[
ZEND_DEBUG=yes
ZEND_DEBUG=no
])
])

View File

@@ -432,7 +432,7 @@ else
fi
PHP_ARG_ENABLE(debug, whether to include debugging symbols,
[ --disable-debug Compile without debugging symbols.], yes)
[ --enable-debug Compile with debugging symbols.], no)
if test "$PHP_DEBUG" = "yes"; then
PHP_DEBUG=1