summaryrefslogtreecommitdiff
path: root/java
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 /java
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 'java')
-rw-r--r--java/msbuild/ice.proj2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/msbuild/ice.proj b/java/msbuild/ice.proj
index 22d44999b89..abfd1f9cfc1 100644
--- a/java/msbuild/ice.proj
+++ b/java/msbuild/ice.proj
@@ -3,7 +3,7 @@
<PropertyGroup>
<Platform Condition="'$(Platform)' == ''">Win32</Platform>
- <Configuration Condition="'$(Configuration)' == ''">Debug</Configuration>
+ <Configuration Condition="'$(Configuration)' == ''">Release</Configuration>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />