diff options
author | mat <mat@FreeBSD.org> | 2017-10-12 17:06:17 +0800 |
---|---|---|
committer | Koop Mast <kwm@rainbow-runner.nl> | 2018-02-04 05:43:15 +0800 |
commit | 728f4662404986bc9ac6801d9ec223c6d15d3a94 (patch) | |
tree | c201302259bcf479537e635053885688baf6a94d /misc | |
parent | cd7a798d06bcf15b502e46cd46c523de7ea30b9a (diff) | |
download | freebsd-ports-gnome-728f4662404986bc9ac6801d9ec223c6d15d3a94.tar.gz freebsd-ports-gnome-728f4662404986bc9ac6801d9ec223c6d15d3a94.tar.zst freebsd-ports-gnome-728f4662404986bc9ac6801d9ec223c6d15d3a94.zip |
Stripping go binaries is perfectly fine.
https://dominik.honnef.co/posts/2016/10/go-and-strip/
Sponsored by: Absolight
Diffstat (limited to 'misc')
-rw-r--r-- | misc/exercism/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/misc/exercism/Makefile b/misc/exercism/Makefile index 262399c3aaaa..2e4bb053a70d 100644 --- a/misc/exercism/Makefile +++ b/misc/exercism/Makefile @@ -14,8 +14,6 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/go:lang/go USE_GITHUB= yes GH_PROJECT= cli -STRIP= # stripping can break go binaries - PLIST_FILES= bin/exercism post-patch: |