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.

classification
Title: distutils: use LDFLAGS
Type: Stage:
Components: Library (Lib) Versions: Python 3.5
process
Status: closed Resolution: out of date
Dependencies: Superseder:
Assigned To: Nosy List: wiz
Priority: normal Keywords: patch

Created on 2014-05-09 09:09 by wiz, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
ldflags.diff wiz, 2014-05-09 09:09 review
Messages (1)
msg218143 - (view) Author: Thomas Klausner (wiz) * Date: 2014-05-09 09:09
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
2022-04-11 14:58:03adminsetgithub: 65659
2014-05-09 09:10:43wizsetstatus: open -> closed
resolution: out of date
2014-05-09 09:09:56wizcreate