This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author wiz
Recipients wiz
Date 2014-05-09.09:09:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1399626596.81.0.202988998096.issue21460@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2014-05-09 09:09:56wizsetrecipients: + wiz
2014-05-09 09:09:56wizsetmessageid: <1399626596.81.0.202988998096.issue21460@psf.upfronthosting.co.za>
2014-05-09 09:09:56wizlinkissue21460 messages
2014-05-09 09:09:56wizcreate