mirror of https://github.com/WebAssembly/wasi-sdk
This commit adds DWARF debugging information with the `-g` compiler flag to all WASI artifacts for wasi-sdk. The LLVM build itself does not have debugging information, only the sysroot artifacts. This is intended to assist with debugging. The main downside to this is binary size of generated artifacts will, by default, be larger. Stripping debug information from an artifact though involves removing custom sections which is generally pretty easy to do through wasm tooling.pull/422/head
parent
af429ed157
commit
8fbfe1875d
@ -1 +1 @@
|
||||
Subproject commit 9e8c542319242a5e536e14e6046de5968d298038
|
||||
Subproject commit 44c4b1e3a58f5c3042fa26dff9c1b29b6fc695b2
|
Loading…
Reference in new issue