diff options
author | Andi Gutmans <andi@php.net> | 2000-05-28 17:39:30 +0000 |
---|---|---|
committer | Andi Gutmans <andi@php.net> | 2000-05-28 17:39:30 +0000 |
commit | 0ebb7335c9a8fa00e22dffb80be99bf208c82b9a (patch) | |
tree | ca77ce8e83d892b6970e01700e7e06936b4b5118 /Zend/Zend.m4 | |
parent | 2980f7f92db92aca9a597d4d7ed21cc2d399ad72 (diff) | |
download | php-git-0ebb7335c9a8fa00e22dffb80be99bf208c82b9a.tar.gz |
- 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
Diffstat (limited to 'Zend/Zend.m4')
-rw-r--r-- | Zend/Zend.m4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Zend/Zend.m4 b/Zend/Zend.m4 index 7d18cfcfba..a2eeffaf3f 100644 --- a/Zend/Zend.m4 +++ b/Zend/Zend.m4 @@ -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 ]) ]) |