diff options
Diffstat (limited to 'src/passes/pass.cpp')
-rw-r--r-- | src/passes/pass.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/passes/pass.cpp b/src/passes/pass.cpp index 0f6507d98..9afea38e6 100644 --- a/src/passes/pass.cpp +++ b/src/passes/pass.cpp @@ -320,6 +320,7 @@ void PassRegistry::registerPasses() { registerPass("strip-debug", "strip debug info (including the names section)", createStripDebugPass); + registerPass("strip-dwarf", "strip dwarf debug info", createStripDWARFPass); registerPass("strip-producers", "strip the wasm producers section", createStripProducersPass); |