From bb28b708872db6d9b9cc83d866b9668ab54cfd2d Mon Sep 17 00:00:00 2001 From: Marcos Pinto Date: Fri, 26 Dec 2008 04:52:44 +0000 Subject: [PATCH] vs2008sp1 fix - hydri --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 112cacd89..06b41e2f5 100644 --- a/setup.py +++ b/setup.py @@ -75,6 +75,7 @@ if windows_check(): "-D_UNICODE", "/GR", "/Zc:wchar_t", + "/EHsc", ] else: _extra_compile_args += ["-Wno-missing-braces"]