From d73a1abbe4501c1a9aef6eef5cd7d9b7d4aa1dbd 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 44dff140f..f3ab367bd 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"]