We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8ce4df commit 3fa7a9fCopy full SHA for 3fa7a9f
README.md
@@ -32,6 +32,9 @@ $ cargo build --release
32
[`cargo-strip`](https://github.com/guedou/cargo-strip) or follow
33
[Cargo #3483](https://github.com/rust-lang/cargo/issues/3483).
34
35
+> See also: [`sstrip`](https://github.com/BR903/ELFkickers) a small utility that removes a few
36
+bytes from an executable that strip leaves behind. `sstrip` should be run after `strip`.
37
+
38
By default on Linux and macOS, symbol information is included in the compiled `.elf` file. This
39
information is not needed to properly execute the binary.
40
To remove this, run [`strip`](https://linux.die.net/man/1/strip) on the `.elf` file:
0 commit comments