mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 06:53:45 +00:00
ICU-759 Turned on full optimization only for collation. Transliteration doesn't work at this time with full optimization
X-SVN-Rev: 3164
This commit is contained in:
parent
c98553e3b9
commit
480ccca2c4
1 changed files with 9 additions and 0 deletions
|
@ -44,6 +44,7 @@ RSC=rc.exe
|
|||
# PROP Target_Dir ""
|
||||
# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "I18N_EXPORTS" /YX /FD /c
|
||||
# ADD CPP /nologo /MD /W3 /GX /Ob1 /I "..\..\source\common" /I "..\..\include" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "I18N_EXPORTS" /D "U_I18N_IMPLEMENTATION" /YX /FD /c
|
||||
# SUBTRACT CPP /O<none>
|
||||
# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
|
||||
# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
|
||||
# ADD BASE RSC /l 0x409 /d "NDEBUG"
|
||||
|
@ -167,6 +168,8 @@ SOURCE=.\coll.cpp
|
|||
|
||||
!IF "$(CFG)" == "i18n - Win32 Release"
|
||||
|
||||
# ADD CPP /O2
|
||||
|
||||
!ELSEIF "$(CFG)" == "i18n - Win32 Debug"
|
||||
|
||||
# ADD CPP /Ze
|
||||
|
@ -601,6 +604,8 @@ SOURCE=.\translit.cpp
|
|||
|
||||
!IF "$(CFG)" == "i18n - Win32 Release"
|
||||
|
||||
# SUBTRACT CPP /O<none>
|
||||
|
||||
!ELSEIF "$(CFG)" == "i18n - Win32 Debug"
|
||||
|
||||
# ADD CPP /Ze
|
||||
|
@ -640,6 +645,8 @@ SOURCE=.\ucol.cpp
|
|||
|
||||
!IF "$(CFG)" == "i18n - Win32 Release"
|
||||
|
||||
# ADD CPP /O2
|
||||
|
||||
!ELSEIF "$(CFG)" == "i18n - Win32 Debug"
|
||||
|
||||
# ADD CPP /Ze
|
||||
|
@ -735,6 +742,8 @@ SOURCE=.\utrans.cpp
|
|||
|
||||
!IF "$(CFG)" == "i18n - Win32 Release"
|
||||
|
||||
# SUBTRACT CPP /O<none>
|
||||
|
||||
!ELSEIF "$(CFG)" == "i18n - Win32 Debug"
|
||||
|
||||
# ADD CPP /W3
|
||||
|
|
Loading…
Add table
Reference in a new issue