Update Makefile

Remove symbol table and debug info from go binary to reduce image size
pull/4207/head^2
Oilbeater 8 years ago committed by GitHub
parent 28b05b8817
commit e4d84bae2c

@ -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