diff options
author | mat <mat@FreeBSD.org> | 2017-10-12 17:06:17 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2017-10-12 17:06:17 +0800 |
commit | 4609c9e867830f2a15258478f29f794b97676dcf (patch) | |
tree | 4e276eff5a36cfbec8aaa631c017c918d78c29da /www/minio-client | |
parent | 31957cd5f3158b47a5ec2fe356d7c01eeb0cde00 (diff) | |
download | freebsd-ports-gnome-4609c9e867830f2a15258478f29f794b97676dcf.tar.gz freebsd-ports-gnome-4609c9e867830f2a15258478f29f794b97676dcf.tar.zst freebsd-ports-gnome-4609c9e867830f2a15258478f29f794b97676dcf.zip |
Stripping go binaries is perfectly fine.
https://dominik.honnef.co/posts/2016/10/go-and-strip/
Sponsored by: Absolight
Diffstat (limited to 'www/minio-client')
-rw-r--r-- | www/minio-client/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/www/minio-client/Makefile b/www/minio-client/Makefile index cf12815dbb40..7e8459fda53e 100644 --- a/www/minio-client/Makefile +++ b/www/minio-client/Makefile @@ -32,7 +32,6 @@ GH_TAGNAME= RELEASE.2017-02-06T20-16-19Z GH_SUBDIR= src/github.com/${GH_ACCOUNT}/${GH_PROJECT} MAKE_ENV= GOPATH=${WRKSRC} GOROOT=${LOCALBASE}/go -STRIP= # stripping can break go binaries PLIST_FILES= bin/${MC} do-build: |