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 /editors | |
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 'editors')
-rw-r--r-- | editors/micro/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/editors/micro/Makefile b/editors/micro/Makefile index 57e3a110b78a..ba3b80f165c6 100644 --- a/editors/micro/Makefile +++ b/editors/micro/Makefile @@ -37,8 +37,6 @@ GH_TUPLE= \ BUILD_HASH= 5dc8fe4 BUILD_DATE= February 10, 2017 -STRIP= # stripping can break go binaries - PLIST_FILES= bin/micro PORTDOCS= README.md |