]> granicus.if.org Git - python/commit
Avoid a linker warning: MSVC 7 doesn't support /pdb:None, the debug
authorThomas Heller <theller@ctypes.org>
Wed, 10 Nov 2004 09:01:41 +0000 (09:01 +0000)
committerThomas Heller <theller@ctypes.org>
Wed, 10 Nov 2004 09:01:41 +0000 (09:01 +0000)
commit41f7038a3e685a05b648b1d920bfb0bbcba5e632
tree65861c0e43a001cb2ce1a5d8d9c5e4c19fd84d2f
parent0cf87be32656b1be34520a3bd6afd3aa2161c8c9
Avoid a linker warning: MSVC 7 doesn't support /pdb:None, the debug
info will always be in a .pdb file.
Lib/distutils/msvccompiler.py