New comment by ericonr on void-packages repository https://github.com/void-linux/void-packages/pull/24357#issuecomment-676837995 Comment: > That a package has no native executables implies that we can set nodebug and nostrip. Ideally `nodebug` and `nostrip` should only ever be set for packages that don't work when they are stripped or debugged, and moving to a `noexecutable` flag which scans the generated package for the wrong files would be a nice move. Using flags to speed up build checking isn't a valid use case, once we implement better helpers.