Actually enable optimizations for ICU in release builds

This commit is contained in:
Thomas Goyne 2014-03-26 12:34:14 -07:00
parent 2ba88537a8
commit 736b1d2fa7
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
<PropertyGroup Label="ConfigArgs">
<CfgDebug Condition="'$(Configuration)' == 'Debug'">--enable-debug --disable-release CFLAGS=-MDd CXXFLAGS=-MDd</CfgDebug>
<CfgDebug Condition="'$(Configuration)' == 'Release'">--disable-debug --enable-release CFLAGS="-MD -Gw" CXXFLAGS="-MD -Gw"</CfgDebug>
<CfgDebug Condition="'$(Configuration)' == 'Release'">--disable-debug --enable-release CFLAGS="-MD -Gw -O2 -GL" CXXFLAGS="-MD -Gw -O2 -GL"</CfgDebug>
<CfgArgs>
CC=cl
CXX=cl