mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 12:03:02 -04:00
net-misc/gemget: avoid stripping binary at src_compile
Closes: https://bugs.gentoo.org/975486 Signed-off-by: David Roman <stkw0@disroot.org>
This commit is contained in:
@@ -16,7 +16,7 @@ SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
|
||||
|
||||
src_compile() {
|
||||
ego build -o ${PN} -ldflags="-s -w" || die
|
||||
ego build -o ${PN} -ldflags="-w" || die
|
||||
}
|
||||
|
||||
src_install() {
|
||||
Reference in New Issue
Block a user