Skip to content

version_56: Add --strip that removes debug info (#1787)

Compare
Choose a tag to compare
@kripken kripken released this 04 Dec 00:29
d53c648
This is sort of like --strip on a native binary. The more specific use case for us is e.g. you link with a library that has -g in its CFLAGS, but you don't want debug info in your final executable (I hit this with poppler now). We can make emcc pass this to binaryen if emcc is not building an output with intended debug info.