Merge pull request #3413 from oilbeater/master

Reduce binary size
pull/4207/head^2
Matthew Fisher 8 years ago committed by GitHub
commit 43852b599a

@ -12,7 +12,7 @@ PKG := $(shell glide novendor)
TAGS :=
TESTS := .
TESTFLAGS :=
LDFLAGS :=
LDFLAGS := -w -s
GOFLAGS :=
BINDIR := $(CURDIR)/bin
BINARIES := helm tiller

Loading…
Cancel
Save