Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 917c2c3

Browse files
committed
Issue #4214: Remove ineffectual /pdb:none option from msvc9compiler.py
2 parents 8c7f955 + 3a7ffa7 commit 917c2c3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/distutils/msvc9compiler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ def initialize(self, plat_name=None):
416416
self.ldflags_shared = ['/DLL', '/nologo', '/INCREMENTAL:NO']
417417
if self.__version >= 7:
418418
self.ldflags_shared_debug = [
419-
'/DLL', '/nologo', '/INCREMENTAL:no', '/DEBUG', '/pdb:None'
419+
'/DLL', '/nologo', '/INCREMENTAL:no', '/DEBUG'
420420
]
421421
self.ldflags_static = [ '/nologo']
422422

0 commit comments

Comments
 (0)