Shifted from -xO3 to -xO4 optimization under Solaris.

Resolves bug 204093.
This commit is contained in:
kirk.erickson%sun.com 2003-05-15 19:12:10 +00:00
parent 8d41e615a6
commit 33c3d5479c

View File

@ -112,7 +112,7 @@ else
ifndef BUILD_OPT
OS_CFLAGS += -xs
else
OPTIMIZER = -xO3
OPTIMIZER = -xO4
endif
endif