Bug 424758 - "Use -xO4 for building js/src with Sun Studio compiler on Solaris" [p=ginn.chen@sun.com (Ginn Chen) r=luser/ted a1.9=beltzner]

This commit is contained in:
reed@reedloden.com 2008-04-01 01:16:17 -07:00
parent 1eae5e4f61
commit 2c2f549e16

View File

@ -65,7 +65,7 @@ INTERP_OPTIMIZER = -O3 -fstrict-aliasing
endif
else
ifeq ($(OS_ARCH),SunOS)
MODULE_OPTIMIZE_FLAGS = -O
MODULE_OPTIMIZE_FLAGS = -xO4
endif
ifeq ($(OS_ARCH),WINNT)
MODULE_OPTIMIZE_FLAGS = -O2 -GL