Replies: 1 comment
-
I think the lack of |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
According to https://emscripten.org/docs/optimizing/Optimizing-Code.html emscripten doesn't have -Og flag though it'd be pretty useful to have one. We're porting a big project to wasm and have to balance between the wasm_apply_data_relocs size and keeping debug symbols. It means that we want to optimize the wasm code (we have to do so to not exceed the function size limit) and have the code debuggable.
Beta Was this translation helpful? Give feedback.
All reactions