mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 06:53:45 +00:00
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:
parent
b2425000cc
commit
b90ab15421
1 changed files with 2 additions and 2 deletions
|
@ -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=
|
||||
|
|
Loading…
Add table
Reference in a new issue