summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2017-03-30 13:17:21 +0200
committerJose <jose@zeroc.com>2017-03-30 13:17:21 +0200
commitce735c3a77213e95ed35cbd447edcef04071f9cc (patch)
tree2569b17a1693cdef525d641c7cbd9bbea9d05bdf /cpp
parentFix (ICE-7710) - Pointer to stack variable in serviceMain (diff)
downloadice-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.proj2
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)' == ''">