From c35177b6a4e85c1b62e14f4103ba6356e74086dc Mon Sep 17 00:00:00 2001 From: Sriram Natarajan Date: Tue, 11 Aug 2009 23:45:35 +0000 Subject: [PATCH] - Simplify default flags for Sun C compiler. --- acinclude.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/acinclude.m4 b/acinclude.m4 index 486d28d0b45..2c9fc309920 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -2780,7 +2780,7 @@ AC_DEFUN([PHP_DETECT_SUNCC],[ AC_MSG_RESULT([no]), SUNCC="yes" GCC="no" - test -n "$auto_cflags" && CFLAGS="-fsimple=2 -xnorunpath -xO4 -xalias_level=basic -xipo=1 -xlibmopt -xprefetch_level=1 -xprefetch=auto -xstrconst -xtarget=native -zlazyload" + test -n "$auto_cflags" && CFLAGS="-O -xs -xstrconst -zlazyload" GCC="" AC_MSG_RESULT([yes]) )