ICU-3025 The AIX gcc configuration should use the default gcc optimization flags.

X-SVN-Rev: 14355
This commit is contained in:
George Rhoten 2004-01-16 22:26:39 +00:00
parent f74b4bdfad
commit 0be9aee20c

View File

@ -156,9 +156,6 @@ case $platform in
THE_COMP="gcc"
CC=`which gcc`; export CC
CXX=`which g++`; export CXX
RELEASE_CFLAGS="-O2"
RELEASE_CXXFLAGS="-O2"
#LDFLAGS=-L/usr/lpp/xlC/lib; export LDFLAGS
;;
# Just use --enable-threads=no. Visual Age makes no distinction between xlC and xlC_r or any other _r programs.
# AIX4.3VA_nothreads)