diff options
author | Jose <jose@zeroc.com> | 2017-03-30 13:17:21 +0200 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2017-03-30 13:17:21 +0200 |
commit | ce735c3a77213e95ed35cbd447edcef04071f9cc (patch) | |
tree | 2569b17a1693cdef525d641c7cbd9bbea9d05bdf /cpp | |
parent | Fix (ICE-7710) - Pointer to stack variable in serviceMain (diff) | |
download | ice-ce735c3a77213e95ed35cbd447edcef04071f9cc.tar.bz2 ice-ce735c3a77213e95ed35cbd447edcef04071f9cc.tar.xz ice-ce735c3a77213e95ed35cbd447edcef04071f9cc.zip |
Fix (ICE-7685) Consider making OPTIMIZE default to yes
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/msbuild/ice.proj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/msbuild/ice.proj b/cpp/msbuild/ice.proj index c859244c94a..73d7f37b6cb 100644 --- a/cpp/msbuild/ice.proj +++ b/cpp/msbuild/ice.proj @@ -2,7 +2,7 @@ <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup Condition="'$(Configuration)' == ''"> - <Configuration>Debug</Configuration> + <Configuration>Release</Configuration> </PropertyGroup> <PropertyGroup Condition="'$(Platform)' == ''"> |