New review comment by ericonr on void-packages repository https://github.com/void-linux/void-packages/pull/29627#discussion_r601835923 Comment: We can do `STRIP=-s`, because we have an `install` wrapper that removes the flag anyway :p So you don't need to care about passing the correct `--strip-program` :) We do the stripping ourselves, to generate debug packages. I quite dislike build systems that try to strip binaries themselves, tbh.