[New-bugs-announce] [issue21460] distutils: use LDFLAGS

Thomas Klausner report at bugs.python.org
Fri May 9 11:09:56 CEST 2014


New submission from Thomas Klausner:

There are two possible sources for extra linker arguments:
   - 'extra_link_args' in Extension object
   - LDFLAGS environment variable
The environment variable should take precedence, and
any sensible compiler will give precedence to later
command line args.

----------
components: Library (Lib)
files: ldflags.diff
keywords: patch
messages: 218143
nosy: wiz
priority: normal
severity: normal
status: open
title: distutils: use LDFLAGS
versions: Python 3.5
Added file: http://bugs.python.org/file35196/ldflags.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue21460>
_______________________________________


More information about the New-bugs-announce mailing list