mirror of
https://github.com/python/cpython.git
synced 2025-12-15 21:44:50 +00:00
Don't perpetrate the "_d" hack for naming debugging extensions -- that's
now done in the 'build_ext' command.
This commit is contained in:
parent
842296480e
commit
95c0b269de
1 changed files with 0 additions and 4 deletions
|
|
@ -321,10 +321,6 @@ class MSVCCompiler (CCompiler) :
|
|||
|
||||
if debug:
|
||||
ldflags = self.ldflags_shared_debug
|
||||
# XXX not sure this belongs here
|
||||
# extensions in debug_mode are named 'module_d.pyd'
|
||||
basename, ext = os.path.splitext (output_filename)
|
||||
output_filename = basename + '_d' + ext
|
||||
else:
|
||||
ldflags = self.ldflags_shared
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue