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 := TAGS :=
TESTS := . TESTS := .
TESTFLAGS := TESTFLAGS :=
LDFLAGS := LDFLAGS := -w -s
GOFLAGS := GOFLAGS :=
BINDIR := $(CURDIR)/bin BINDIR := $(CURDIR)/bin
BINARIES := helm tiller BINARIES := helm tiller

Loading…
Cancel
Save