aboutsummaryrefslogtreecommitdiffstats
path: root/databases/mongodb34-tools/Makefile
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2017-10-12 17:06:17 +0800
committermat <mat@FreeBSD.org>2017-10-12 17:06:17 +0800
commit4609c9e867830f2a15258478f29f794b97676dcf (patch)
tree4e276eff5a36cfbec8aaa631c017c918d78c29da /databases/mongodb34-tools/Makefile
parent31957cd5f3158b47a5ec2fe356d7c01eeb0cde00 (diff)
downloadfreebsd-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 'databases/mongodb34-tools/Makefile')
-rw-r--r--databases/mongodb34-tools/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/databases/mongodb34-tools/Makefile b/databases/mongodb34-tools/Makefile
index 032708d0193f..adf4da377c9a 100644
--- a/databases/mongodb34-tools/Makefile
+++ b/databases/mongodb34-tools/Makefile
@@ -30,8 +30,6 @@ SSL_USE= my_tags=ssl
ONLY_FOR_ARCHS= amd64 i386
ONLY_FOR_ARCHS_REASON= "not yet ported to anything other than i386 and amd64"
-STRIP= # Stripping can break go binaries
-
# Go is not our friend. Without below, ignores user-supplied flags.
MAKE_CMD= ${LOCALBASE}/bin/go build
MAKE_ENV= GOPATH="${WRKSRC}/.gopath:${WRKSRC}/vendor" \