cpython/Misc/NEWS.d/next/Build/2024-06-18-15-32-36.gh-issu...

4 lines
148 B
ReStructuredText

On WASI in debug mode, Python is now built with compiler flag ``-O3``
instead of ``-Og``, to support more recursive calls. Patch by Victor
Stinner.