BUILD: dont force stripping (#19599)
* BUILD: dont force stripping Build systems must not strip binaries, it makes it impossible for distros to ship debugging symbols for packages. bazel build has a --strip option to allow the user to generate stripped binaries in a configurable way, that should be used instead. https://fedoraproject.org/wiki/Packaging:Debuginfo https://wiki.gentoo.org/wiki/Project:Quality_Assurance/Backtraces#Stripping Signed-off-by:Jason Zaman <jason@perfinion.com> * configure: add --strip=always to bazelrc
Loading
Please sign in to comment