]> granicus.if.org Git - python/commit
Added the ability to sneak extra flags onto the C compiler command line
authorGreg Ward <gward@python.net>
Sat, 6 May 2000 13:12:59 +0000 (13:12 +0000)
committerGreg Ward <gward@python.net>
Sat, 6 May 2000 13:12:59 +0000 (13:12 +0000)
commit18856b80e295c2f1fa299d4cbcbc4d09c821f174
tree185daded645d55078115033b8ba334e36092d86d
parent4b1235cdac2d34bc24c6053936ed33afefe6e4b8
Added the ability to sneak extra flags onto the C compiler command line
via an 'extra_compile_args' option in the 'build_info' dictionary.
Lib/distutils/command/build_ext.py