We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4056443 commit 255d28aCopy full SHA for 255d28a
1 file changed
src/tools/wasm-metadce.cpp
@@ -609,6 +609,7 @@ int main(int argc, const char* argv[]) {
609
if (options.extra.count("output") > 0) {
610
ModuleWriter writer;
611
writer.setBinary(emitBinary);
612
+ writer.setDebugInfo(debugInfo);
613
writer.write(wasm, options.extra["output"]);
614
}
615
0 commit comments