ICU-4912 The project files use /Za for most of ICU, which implies /Op.

This fixes a test failure in tzregts.cpp.

X-SVN-Rev: 18777
This commit is contained in:
George Rhoten 2005-11-09 07:01:29 +00:00
parent b2425000cc
commit b90ab15421

View file

@ -218,8 +218,8 @@ case $platform in
THE_COMP="Microsoft Visual C++"
CC=cl; export CC
CXX=cl; export CXX
RELEASE_CFLAGS='/O2 /Ob2'
RELEASE_CXXFLAGS='/O2 /Ob2'
RELEASE_CFLAGS='/O2 /Ob2 /Op'
RELEASE_CXXFLAGS='/O2 /Ob2 /Op'
# The real debug flags are defined by the mh file because configure can't handle them.
DEBUG_CFLAGS=
DEBUG_CXXFLAGS=