mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-21 09:07:26 -08:00
go-module.eclass: drop RESTRICT=strip
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 <sam@gentoo.org>
This commit is contained in:
parent
09c288f2f1
commit
dc9f739ba2
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user