mirror of
https://github.com/python/cpython.git
synced 2026-05-17 09:58:25 -04:00
Issue #4214: Remove ineffectual /pdb:none option from msvc9compiler.py
This commit is contained in:
@@ -413,7 +413,7 @@ class MSVCCompiler(CCompiler) :
|
||||
self.ldflags_shared = ['/DLL', '/nologo', '/INCREMENTAL:NO']
|
||||
if self.__version >= 7:
|
||||
self.ldflags_shared_debug = [
|
||||
'/DLL', '/nologo', '/INCREMENTAL:no', '/DEBUG', '/pdb:None'
|
||||
'/DLL', '/nologo', '/INCREMENTAL:no', '/DEBUG'
|
||||
]
|
||||
self.ldflags_static = [ '/nologo']
|
||||
|
||||
|
||||
Reference in New Issue
Block a user