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 /scripts/Util.py | |
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 'scripts/Util.py')
-rw-r--r-- | scripts/Util.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/Util.py b/scripts/Util.py index 68c47455667..3c56e992ae6 100644 --- a/scripts/Util.py +++ b/scripts/Util.py @@ -245,7 +245,7 @@ class Windows(Platform): return "Win32" def getDefaultBuildConfig(self): - return "Debug" + return "Release" def getCompiler(self): out = run("cl") |