mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Issue #4214: Remove ineffectual /pdb:none option from msvc9compiler.py
This commit is contained in:
parent
d84b29f805
commit
3a7ffa7474
1 changed files with 1 additions and 1 deletions
|
@ -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']
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue