ICU-5261 gcc 4.0.2 has optimization issues.

X-SVN-Rev: 19842
This commit is contained in:
George Rhoten 2006-07-13 23:36:35 +00:00
parent 62b5e40321
commit 4319aedb37

View File

@ -147,6 +147,8 @@ case $platform in
THE_COMP="the GNU C++"
CC=gcc; export CC
CXX=g++; export CXX
RELEASE_CFLAGS=-O1
RELEASE_CXXFLAGS=-O3
;;
SolarisX86)
THE_OS="SOLARIS X86"