Scroll to navigation

EMSTRIP(1) User Commands EMSTRIP(1)

NAME

emstrip - emscripten wrapper around llvm-strip

DESCRIPTION

OVERVIEW: llvm-strip tool

USAGE: llvm-strip [options] inputs...

OPTIONS:

Allow the tool to remove sections even if it would leave invalid section references. The appropriate sh_link fields will be set to zero.
Disable deterministic mode when operating on archives (use real values for UIDs, GIDs, and timestamps).
Remove most local symbols. Different file formats may limit this to a subset. For ELF, file and section symbols are not discarded. Additionally, remove all debug sections
Remove local symbols starting with .L
Alias for --enable-deterministic-archives
Alias for --strip-debug
Enable deterministic mode when operating on archives (use zero for UIDs, GIDs, and timestamps).
Alias for --strip-debug
Keep symbols of type STT_FILE, even if they would otherwise be stripped

--keep-section=section Keep <section>

When removing symbols, do not remove <symbol>
Alias for --keep-symbol
Disable --strip-all
Alias for --strip-symbol
Produce a debug file as the output that only preserves contents of sections useful for debugging purposes
Write output to <file>
Preserve access and modification timestamps
Alias for --preserve-dates
Permit regular expressions in name comparison
Remove <section>
Alias for --remove-section
Remove all symbols, debug sections and relocations. Compatible with GNU's --strip-all
For ELF, remove all symbols and non-alloc sections not within segments, except for .gnu.warning*, .ARM.attribute, and the section name table. For COFF and Mach-O, remove all symbols, debug sections, and relocations
Remove all debug sections
Remove all section headers and all section data not within segments
Strip <symbol>
Remove all symbols not needed by relocations
Alias for --strip-debug
Alias for --strip-all
Remove Swift symbols
Alias for --disable-deterministic-archives
Print the version and exit.
Alias for --version
Allow wildcard syntax for symbol-related flags. Incompatible with --regex. Allows using '*' to match any number of characters, '?' to match any single character, '' to escape special characters, and '[]' to define character classes. Wildcards beginning with '!' will prevent a match, for example "-N '*' -N '!x'" will strip all symbols except for "x".
Alias for --wildcard
Alias for --discard-locals
Alias for --discard-all

OPTIONS (Mach-O specific):

--keep-undefined Do not remove undefined symbols

Pass @FILE as argument to read options from FILE.

February 2025 emstrip 3.1.69+dfsg