Skip to content

Commit

Permalink
Derick said that this is probably no longer an issue. And it's a huge…
Browse files Browse the repository at this point in the history
… performance booster!
  • Loading branch information
taavi committed Jul 5, 2011
1 parent cd16e8d commit 31e558d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions config.m4
Expand Up @@ -5,10 +5,6 @@ PHP_ARG_ENABLE(xdebug, whether to enable eXtended debugging support,
[ --enable-xdebug Enable Xdebug support])

if test "$PHP_XDEBUG" != "no"; then
dnl We need to set optimization to 0 because my GCC otherwise optimizes too
dnl much out.
CFLAGS=`echo $CFLAGS | sed 's/O2/O0/'`

AC_DEFINE(HAVE_XDEBUG,1,[ ])

dnl Check for new current_execute_data field in zend_executor_globals
Expand Down

0 comments on commit 31e558d

Please sign in to comment.