mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-21 12:40:02 +00:00
ICU-8316 Lower optimization level when building on Solaris using Solaris Studio.
X-SVN-Rev: 29384
This commit is contained in:
parent
23657a9fd9
commit
7c69a86709
1 changed files with 1 additions and 1 deletions
|
@ -148,7 +148,7 @@ case $platform in
|
|||
THE_COMP="Sun's CC"
|
||||
CC=`which cc`; export CC
|
||||
CXX=`which CC`; export CXX
|
||||
RELEASE_CFLAGS="-xO4 -xlibmil"
|
||||
RELEASE_CFLAGS="-xO1 -xlibmil"
|
||||
RELEASE_CXXFLAGS="-O4 -xlibmil"
|
||||
;;
|
||||
Solaris/GCC)
|
||||
|
|
Loading…
Add table
Reference in a new issue