From dcf9d24415d9d5bc291440c759864fe951cecf63 Mon Sep 17 00:00:00 2001 From: Darren Shepherd Date: Sun, 22 Feb 2015 20:57:19 -0700 Subject: [PATCH] Strip rancheros bin --- scripts/build | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/build b/scripts/build index 29f4f019..ffb74469 100755 --- a/scripts/build +++ b/scripts/build @@ -29,3 +29,4 @@ echo export GOPATH=$GOPATH mkdir -p bin go build -ldflags "-linkmode external -extldflags -static" -o bin/rancheros +strip --strip-all bin/rancheros