Update Makefile

Remove symbol table and debug info from go binary to reduce image size
pull/4207/head
Oilbeater 8 years ago committed by Sebastien Plisson
parent de5b8eb67e
commit 5579fb9830

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