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:
Petr Vaněk
2025-07-18 16:06:59 +02:00
parent 548f7d3873
commit 624ee4574d

View File

@@ -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"
}