mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-13 17:01:16 +00:00
ICU-821 Better optimization for AIX4.3xlC
X-SVN-Rev: 6263
This commit is contained in:
parent
49f49bd4bc
commit
677f747843
1 changed files with 2 additions and 2 deletions
|
@ -113,8 +113,8 @@ case $platform in
|
|||
THE_COMP=xlC
|
||||
CC=/usr/ibmcxx/bin/xlc; export CC
|
||||
CXX=/usr/ibmcxx/bin/xlC_r; export CXX
|
||||
RELEASE_CFLAGS="-O"
|
||||
RELEASE_CXXFLAGS="-O"
|
||||
RELEASE_CFLAGS="-O -qmaxmem=-1"
|
||||
RELEASE_CXXFLAGS="-O -qmaxmem=-1"
|
||||
;;
|
||||
AIX4.3VA)
|
||||
THE_OS=AIX
|
||||
|
|
Loading…
Add table
Reference in a new issue