Guillaume Valadon
Guillaume Valadon
Thanks for your help! Would you mind submitting a PR for this manpage?
Does the system `strip` managed to reduce the size of the binary? Could you share the `target/x86_64-unknown-linux-musl/release/bootstrap` for example with https://send.firefox.com?
This is strange. On my system, `strip` reduced the binary size from 15965016 bytes to 10449816 bytes.
On macOS, the `strip` command will only strip Mach-O binaries, not ELF. That is why calling it does not reduce the size of your binary. I am currently working on...
@dwhiteddsoft on Linux, it works fine. Does `cargo strip --target arm-unknown-linux-musleabihf` work OK?
Thanks for your support. Could you share the `strip` binary from the OpenWRT SDK as well as the binary that you want to strip, or an `Hello World` compiled with...
Could you attach them to a comment? For example after converting them to base64. otherwise, any file sharing site, like Firefox send, will do.
Thanks. I retrieved the binary. Could you also share `mips-openwrt-linux-strip`?
Thanks. I will investigate the binaries.
Can you upload tjhe `strip`binary again? I got the following error. ``` curl http://blog.akendo.eu/mips-openwrt-linux-strip 301 Moved Permanently 301 Moved Permanently nginx ```