From 263ca65d85827d3a51f148e95c163e9426c6ecab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Tempel?= Date: Tue, 20 Mar 2018 14:20:05 +0100 Subject: community/go: strip the binaries It should be possible to strip go binaries these days [0]: > We don't intentionally do anything that would make stripping a binary not OK, and strip has worked for the past five years or so. [0]: https://groups.google.com/forum/?_escaped_fragment_=topic/golang-dev/ABppMOjYP6w#!topic/golang-dev/ABppMOjYP6w --- community/go/APKBUILD | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'community/go') diff --git a/community/go/APKBUILD b/community/go/APKBUILD index 2f33f72fb6..04cc05927d 100644 --- a/community/go/APKBUILD +++ b/community/go/APKBUILD @@ -5,7 +5,7 @@ pkgver=1.11 # This should be the latest commit on the corresponding release branch # https://github.com/golang/tools/commits/release-branch.go1.10 _toolsver="e9928cbe4ab476eebf6ff177f77b344773acfa9b" -pkgrel=0 +pkgrel=1 pkgdesc="Go programming language compiler" url="http://www.golang.org/" arch="all" @@ -13,7 +13,6 @@ license="BSD" depends="binutils gcc" depends_dev="" makedepends="bash go-bootstrap" -options="!strip" provides="go-bootstrap=$pkgver-r$pkgrel" install="" subpackages="$pkgname-doc" -- cgit v1.2.3