When using PGO+LTO and compile without LDFLAGS=-g, gdb fails to get function arguments: add -g to LDFLAGS to ease debug.
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request
Add -g to LDFLAGS when compiling with LTO to get debug symbols. (cherry picked from commit 06fe77a) Co-authored-by: Victor Stinner <vstinner@redhat.com>
vstinner added a commit that referenced this pull request
Add -g to LDFLAGS when compiling with LTO to get debug symbols. (cherry picked from commit 06fe77a) Co-authored-by: Victor Stinner <vstinner@redhat.com>
vstinner added a commit that referenced this pull request
vstinner added a commit that referenced this pull request
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters