]> granicus.if.org Git - python/commit
bpo-30345: Add -g to LDFLAGS for LTO (GH-7709) (GH-7824)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 22 Jun 2018 07:10:20 +0000 (00:10 -0700)
committerVictor Stinner <vstinner@redhat.com>
Fri, 22 Jun 2018 07:10:20 +0000 (09:10 +0200)
commit1bb9dd337ed5aa9eafc8e2ce017ceedf044145e3
treede6fcccf27d0b29b9408bcd1147cf5e37ec7a5f2
parentd554414d981a8bfe38cc5df5751bc3efcb0c36c3
bpo-30345: Add -g to LDFLAGS for LTO (GH-7709) (GH-7824)

Add -g to LDFLAGS when compiling with LTO to get debug symbols.
(cherry picked from commit 06fe77a84bd29d51506ab2ff703ae585a6121af2)

Co-authored-by: Victor Stinner <vstinner@redhat.com>
Misc/NEWS.d/next/Build/2018-06-15-18-18-16.bpo-30345.j-xRE1.rst [new file with mode: 0644]
configure
configure.ac