summaryrefslogtreecommitdiff
path: root/distsrc
diff options
context:
space:
mode:
Diffstat (limited to 'distsrc')
-rwxr-xr-xdistsrc/client/SConstruct3
1 files changed, 2 insertions, 1 deletions
diff --git a/distsrc/client/SConstruct b/distsrc/client/SConstruct
index 5b40f1a00aa..f8d44817bf7 100755
--- a/distsrc/client/SConstruct
+++ b/distsrc/client/SConstruct
@@ -53,8 +53,9 @@ elif sys.platform in ("linux2", "linux3"):
nix = True
linux = True
-if sys.platform is 'win32':
+if sys.platform == 'win32':
env['DIST_ARCHIVE_SUFFIX'] = '.zip'
+ env.Append(CCFLAGS=['/EHsc', '/O2'])
else:
env['DIST_ARCHIVE_SUFFIX'] = '.tgz'