Commit 1d7d981
pythongh-120688: Build WASI with -O3 in debug mode (python#120691)
On WASI in debug mode, Python is now built with compiler flag -O3
instead of -Og, to support more recursive calls.1 parent 2c7d9be commit 1d7d981
File tree
3 files changed
+13
-0
lines changed- Misc/NEWS.d/next/Build
3 files changed
+13
-0
lines changedLines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2289 | 2289 | | |
2290 | 2290 | | |
2291 | 2291 | | |
| 2292 | + | |
| 2293 | + | |
| 2294 | + | |
| 2295 | + | |
| 2296 | + | |
2292 | 2297 | | |
2293 | 2298 | | |
2294 | 2299 | | |
| |||
0 commit comments