binary-size icon indicating copy to clipboard operation
binary-size copied to clipboard

Measuring the size of Nim hello-world executables. This repo was created mainly as a citation for https://nim-lang.org/blog/2022/12/21/version-20-rc.html

Results 2 binary-size issues
Sort by recently updated
recently updated
newest added

I recently discovered an interesting tool - `sstrip`, see https://man.archlinux.org/man/community/elfkickers/sstrip.1.en https://www.muppetlabs.com/~breadbox/software/elfkickers.html `sudo pacman -S elfkickers` It's a better `strip` that strips everything that isn't needed for the binary to run....

You can add zigcc.bat (with `@zig cc %*`)