mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Removed /GD switch -- currently ignored by MSVC.
This commit is contained in:
parent
8dbf681a97
commit
01f5215828
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue