mirror of https://github.com/python/cpython
Removed /GD switch -- currently ignored by MSVC.
This commit is contained in:
parent
8dbf681a97
commit
01f5215828
|
@ -37,7 +37,7 @@ class MSVCCompiler (CCompiler) :
|
|||
self.cc = "cl.exe"
|
||||
self.link = "link.exe"
|
||||
self.preprocess_options = None
|
||||
self.compile_options = [ '/nologo', '/Ox', '/MD', '/GD' ]
|
||||
self.compile_options = [ '/nologo', '/Ox', '/MD' ]
|
||||
|
||||
self.ldflags_shared = ['/DLL', '/nologo']
|
||||
self.ldflags_static = [ '/nologo']
|
||||
|
|
Loading…
Reference in New Issue