]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-35499: make profile-opt don't override CFLAGS_NODIST (GH-11164) (GH-11179) 11181/head
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 16 Dec 2018 22:24:04 +0000 (14:24 -0800)
committerVictor Stinner <vstinner@redhat.com>
Sun, 16 Dec 2018 22:24:04 +0000 (23:24 +0100)
commit9a4758550d96030ee7e7f7c7c68b435db1a2a825
tree18f9d2549c22bea89bc67f5b2ce98dccfbeabbe3
parentd5176fe2bcd35dc8d70d13220b58fa7ccd05b47a
bpo-35499: make profile-opt don't override CFLAGS_NODIST (GH-11164) (GH-11179)

"make profile-opt" no longer replaces CFLAGS_NODIST with CFLAGS. It
now adds profile-guided optimization (PGO) flags to CFLAGS_NODIST,
existing CFLAGS_NODIST flags are kept.
(cherry picked from commit 640ed520dd6a43a8bf470b79542f58b5d57af9de)

Co-authored-by: Victor Stinner <vstinner@redhat.com>
Makefile.pre.in
Misc/NEWS.d/next/Build/2018-12-14-19-36-05.bpo-35499.9yAldM.rst [new file with mode: 0644]