configlet
configlet copied to clipboard
build: cross-compiled executable has large comment section
Follow-up from https://github.com/exercism/configlet/commit/0e8d6659e43dbf0628abcd5ba477e0a011a7058a
Some options:
- Wait for
zig objcopy
to support-R, --remove-section
- Install
llvm-strip
in CI. - Run a
strip
that supports the executable as a target - Stop the comment section from being added in the first place