]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-120688: Build WASI with -O3 in debug mode (#120691)
authorVictor Stinner <vstinner@python.org>
Tue, 18 Jun 2024 17:35:44 +0000 (19:35 +0200)
committerGitHub <noreply@github.com>
Tue, 18 Jun 2024 17:35:44 +0000 (19:35 +0200)
commit49f51deeef901b677853f00e428cbaeb13ecd2f2
tree2c8074dae55811cd6d22b437c016711bc66223a8
parentc81a5e6b5b7749862d271e7a67f89976069ad2cd
gh-120688: Build WASI with -O3 in debug mode (#120691)

On WASI in debug mode, Python is now built with compiler flag -O3
instead of -Og, to support more recursive calls.
Misc/NEWS.d/next/Build/2024-06-18-15-32-36.gh-issue-120688.tjIPLD.rst [new file with mode: 0644]
configure
configure.ac