From 00a033ce9c1643019bf7d7373423e100adb05b83 Mon Sep 17 00:00:00 2001 From: Pavel Sobolev Date: Fri, 22 May 2026 17:26:51 +0300 Subject: [PATCH] net-proxy/Throne: don't strip the Go binary via `ldflags` Closes: https://bugs.gentoo.org/975548 Signed-off-by: Pavel Sobolev --- net-proxy/Throne/Throne-1.1.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-proxy/Throne/Throne-1.1.2.ebuild b/net-proxy/Throne/Throne-1.1.2.ebuild index 44fbbf5c35..37c8ef4517 100644 --- a/net-proxy/Throne/Throne-1.1.2.ebuild +++ b/net-proxy/Throne/Throne-1.1.2.ebuild @@ -73,7 +73,7 @@ src_compile() { VERSION_SINGBOX=$(go list -m -f '{{.Version}}' github.com/sagernet/sing-box) ego build \ - -trimpath -ldflags "-w -s -checklinkname=0 \ + -trimpath -ldflags "-checklinkname=0 \ -X 'github.com/sagernet/sing-box/constant.Version=${VERSION_SINGBOX}' \ -X 'internal/godebug.defaultGODEBUG=multipathtcp=0'" \ -tags "with_clash_api,with_gvisor,with_quic,with_wireguard,with_utls,with_dhcp,with_tailscale,badlinkname,tfogo_checklinkname0"