On Mon, Nov 09, 2009 at 05:15:40PM -0500, Jeff Trawick wrote: > general comment about existing use of -O0: If you see the patch, -O0 is used only for GCC so it is not valid for Studio compiler.
--------------------------- if test -n "$GCC" && test "$ZEND_INLINE_OPTIMIZATION" != "yes"; then flag=-O0 else ... --------------------------- Regards, Basant.