Any bugs I've been able to find that would justify keeping this were fixed long ago and other distributions seem to be stripping Go binaries just fine.
Closes: https://bugs.gentoo.org/926841 Signed-off-by: Sam James <[email protected]> --- eclass/go-module.eclass | 3 --- 1 file changed, 3 deletions(-) diff --git a/eclass/go-module.eclass b/eclass/go-module.eclass index 14e0aad9dd2a8..411d0cd8ea583 100644 --- a/eclass/go-module.eclass +++ b/eclass/go-module.eclass @@ -104,9 +104,6 @@ export GOFLAGS="-buildvcs=false -modcacherw -v -x" # Do not complain about CFLAGS etc since go projects do not use them. QA_FLAGS_IGNORED='.*' -# Go packages should not be stripped with strip(1). -RESTRICT+=" strip" - # @ECLASS_VARIABLE: EGO_SUM # @DEPRECATED: none # @DESCRIPTION: -- 2.50.1
