mirror of
https://github.com/python/cpython.git
synced 2026-04-13 15:20:52 +00:00
* introduce executable specific linker flags Add PY_CORE_EXE_LDFLAGS and EXE_LDFLAGS which stores executable specific LDFLAGS, replacing PY_CORE_LDFLAGS for building executable targets. If PY_CORE_EXE_LDFLAGS / EXE_LDFLAGS is not provided, then it defaults to the value of PY_CORE_LDFLAGS which is the existing behaviour. If both flags are supplied, and there is a need to distinguish between executable and shared specific LDFLAGS, in particular, PY_CORE_LDFLAGS should contain the shared specific LDFLAGS. * documentation for new linker flags * update Misc folder documentation * Update Makefile.pre.in Co-authored-by: Victor Stinner <vstinner@python.org> --------- Co-authored-by: Filipe Laíns <filipe.lains@gmail.com> Co-authored-by: Victor Stinner <vstinner@python.org> Co-authored-by: Filipe Laíns <lains@riseup.net> |
||
|---|---|---|
| .. | ||
| android.rst | ||
| cmdline.rst | ||
| configure.rst | ||
| editors.rst | ||
| index.rst | ||
| ios.rst | ||
| mac.rst | ||
| mac_installer_01_introduction.png | ||
| mac_installer_02_readme.png | ||
| mac_installer_03_license.png | ||
| mac_installer_04_installation_type.png | ||
| mac_installer_05_custom_install.png | ||
| mac_installer_06_summary.png | ||
| mac_installer_07_applications.png | ||
| mac_installer_08_install_certificates.png | ||
| mac_installer_09_custom_install_free_threaded.png | ||
| unix.rst | ||
| win_install_freethreaded.png | ||
| win_installer.png | ||
| windows.rst | ||