[issue35351] LTOFLAGS are passed to BASECFLAGS when using LTO

2018-12-09 Thread Ned Deily
Ned Deily added the comment: See also Issue28015, Issue31354, and Issue35257. -- nosy: +ned.deily resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: +Python 3.6 ___ Python tracker

[issue35351] LTOFLAGS are passed to BASECFLAGS when using LTO

2018-12-09 Thread miss-islington
miss-islington added the comment: New changeset f2d2cb12f2d3bd68a13c4098311e725f776768ad by Miss Islington (bot) in branch '3.6': bpo-35351: Pass link time optimization flags to CFLAGS_NODIST (GH-10797) https://github.com/python/cpython/commit/f2d2cb12f2d3bd68a13c4098311e725f776768ad --

[issue35351] LTOFLAGS are passed to BASECFLAGS when using LTO

2018-12-09 Thread miss-islington
Change by miss-islington : -- pull_requests: +10282 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://m

[issue35351] LTOFLAGS are passed to BASECFLAGS when using LTO

2018-12-04 Thread miss-islington
miss-islington added the comment: New changeset 1751423686d05e3facdd6da2620202728e5d7917 by Miss Islington (bot) in branch '3.7': bpo-35351: Pass link time optimization flags to CFLAGS_NODIST (GH-10797) https://github.com/python/cpython/commit/1751423686d05e3facdd6da2620202728e5d7917 --

[issue35351] LTOFLAGS are passed to BASECFLAGS when using LTO

2018-12-04 Thread miss-islington
Change by miss-islington : -- pull_requests: +10132 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://m

[issue35351] LTOFLAGS are passed to BASECFLAGS when using LTO

2018-12-04 Thread STINNER Victor
STINNER Victor added the comment: New changeset f92c7aa1ae81efa475b5aecf66e4711ef0f52c4c by Victor Stinner (stratakis) in branch 'master': bpo-35351: Pass link time optimization flags to CFLAGS_NODIST (GH-10797) https://github.com/python/cpython/commit/f92c7aa1ae81efa475b5aecf66e4711ef0f52c4c

[issue35351] LTOFLAGS are passed to BASECFLAGS when using LTO

2018-12-03 Thread STINNER Victor
Change by STINNER Victor : -- nosy: +vstinner ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.py

[issue35351] LTOFLAGS are passed to BASECFLAGS when using LTO

2018-11-29 Thread Charalampos Stratakis
Change by Charalampos Stratakis : -- keywords: +patch pull_requests: +10044 stage: -> patch review ___ Python tracker ___ ___ Pytho

[issue35351] LTOFLAGS are passed to BASECFLAGS when using LTO

2018-11-29 Thread Charalampos Stratakis
New submission from Charalampos Stratakis : Through configure.ac and this change [0] LTOFLAGS and more specifically -flto is baked into BASECFLAGS when using link time optimizations, which will make this flag propagate to distutils. [0] https://github.com/python/cpython/commit/69a3f153a92fd8