mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-13 08:53:20 +00:00
ICU-821 Release flags of Compaq C Compiler -O4
X-SVN-Rev: 8303
This commit is contained in:
parent
e0d412f074
commit
6035ae8c7c
1 changed files with 2 additions and 0 deletions
|
@ -197,6 +197,8 @@ case $platform in
|
|||
THE_COMP="Compaq's CC"
|
||||
CC=ccc; export CC
|
||||
CXX=cxx; export CXX
|
||||
RELEASE_CFLAGS='-O4'
|
||||
RELEASE_CXXFLAGS='-O4'
|
||||
;;
|
||||
ALPHA/LINUXGCC)
|
||||
THE_OS="Linux"
|
||||
|
|
Loading…
Add table
Reference in a new issue