We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3c3f57 commit 82655faCopy full SHA for 82655fa
setup.py
@@ -90,7 +90,7 @@ def spawn(self, cmd):
90
spawn(cmd, dry_run=self.dry_run)
91
from distutils.msvc9compiler import MSVCCompiler
92
MSVCCompiler.spawn = spawn
93
- flags = ['-I' + os.path.abspath('win32')]
+ flags = ['-I' + os.path.abspath('win32'), '/EHsc']
94
link_flags = []
95
else:
96
flags = ['-fPIC', '-std=c++0x', '-Wall', '-Wno-parentheses']
0 commit comments