Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Shifted from -xO3 to -xO4 optimization under Solaris.
Resolves bug 204093.
  • Loading branch information
kirk.erickson%sun.com committed May 15, 2003
1 parent f4c6c8d commit d3d5567
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion security/coreconf/SunOS5.mk
Expand Up @@ -112,7 +112,7 @@ else
ifndef BUILD_OPT
OS_CFLAGS += -xs
else
OPTIMIZER = -xO3
OPTIMIZER = -xO4
endif

endif
Expand Down

0 comments on commit d3d5567

Please sign in to comment.