zUPX - UPX as a dependency for zig builds (opens in new tab)
[zUPX]: build time dependency github.com GitHub - SuSonicTH/zupx: zig build time dependency to compress executables... zig build time dependency to compress executables with upx Why? I like my commandline tools small, fast and portable. Thats are some of the reasons why I like to use zig. But the binaries can always be smaller this is why I use UPX. In the past I relyed on a bash script and upx installed. But I want my tools to just build with zig an no other build dependency and to work cros...
Read the original article