FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

bpo-40280: Add debug Emscripten flavors (GH-32233) by tiran · Pull Request #32233 · python/cpython · GitHub

/ cpython Public

bpo-40280: Add debug Emscripten flavors (GH-32233) - #32233

Merged
tiran merged 1 commit into
python:mainfrom
tiran:bpo-40280-debug
Apr 1, 2022
Merged

bpo-40280: Add debug Emscripten flavors (GH-32233)#32233
tiran merged 1 commit into
python:mainfrom
tiran:bpo-40280-debug

Conversation

tiran commented Apr 1, 2022
edited by bedevere-bot
Loading

Copy link
Copy Markdown
Member

Debug builds with source map / dwarf symbols. Py_DEBUG builds easily
run out of stack space. Detached sybmols and map prohibit some
optimizations and increase file size. Options are undocumented so we
are free to remove them in the future.

https://bugs.python.org/issue40280

Debug builds with source map / dwarf symbols. Py_DEBUG builds easily
run out of stack space. Detached sybmols and map prohibit some
optimizations and increase file size. Options are undocumented so we
are free to remove them in the future.
tiran added the skip news label Apr 1, 2022
tiran changed the title bpo-40280: Add debug Emscripten flavors bpo-40280: Add debug Emscripten flavors (GH-32233) Apr 1, 2022
tiran merged commit 17245c8 into python:main Apr 1, 2022
tiran deleted the bpo-40280-debug branch April 1, 2022 15:24
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants


Back | FazBrowse Home | New Git URL