mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
net-analyzer/netdata-go-plugin: do not pre-strip the final binary
Closes: https://bugs.gentoo.org/960282 Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
This commit is contained in:
@@ -30,7 +30,7 @@ FILECAPS=(
|
||||
)
|
||||
|
||||
src_compile() {
|
||||
LDFLAGS="-w -s -X main.version=${PV}-gentoo"
|
||||
LDFLAGS="-X main.version=${PV}-gentoo"
|
||||
ego build -ldflags "${LDFLAGS}" "github.com/netdata/netdata/go/plugins/cmd/godplugin"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user