]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-149202: Don't use -fno-omit-frame-pointer on ppc64le (#149485)
authorVictor Stinner <vstinner@python.org>
Thu, 7 May 2026 09:47:08 +0000 (11:47 +0200)
committerGitHub <noreply@github.com>
Thu, 7 May 2026 09:47:08 +0000 (11:47 +0200)
commitb3cfd36ba4f17c19d587427b90ca9378ad009978
treea64876b94ebdfe75ca1a59561a5864a29446548f
parent612140e7ddc39eee8816ac397bf2f8302a174fc4
gh-149202: Don't use -fno-omit-frame-pointer on ppc64le (#149485)

The power ABI specification requires that compilers maintain a back
chain by default, so unwinding already works without a dedicated
frame pointer. Don't use -fno-omit-frame-pointer on ppc64le.
Doc/using/configure.rst
Lib/test/test_frame_pointer_unwind.py
configure
configure.ac