mirror of https://github.com/odrling/Aegisub
Actually enable optimizations for ICU in release builds
This commit is contained in:
parent
2ba88537a8
commit
736b1d2fa7
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue