ICU-3255 Use safe optimization settings for Intel IA64 ecc compiler
X-SVN-Rev: 13148
This commit is contained in:
parent
f88ec4a5af
commit
e7109a24b7
@ -244,8 +244,8 @@ case $platform in
|
||||
THE_COMP="Intel ECC 7.1"
|
||||
CC=ecc; export CC
|
||||
CXX=ecpc; export CXX
|
||||
RELEASE_CFLAGS='-O3'
|
||||
RELEASE_CXXFLAGS='-O3'
|
||||
RELEASE_CFLAGS='-O2'
|
||||
RELEASE_CXXFLAGS='-O2'
|
||||
;;
|
||||
LINUX/ICC)
|
||||
THE_OS="Linux"
|
||||
|
Loading…
Reference in New Issue
Block a user