Update Makefile

Remove symbol table and debug info from go binary to reduce image size
pull/3413/head
Oilbeater 7 years ago committed by GitHub
parent 28b05b8817
commit d1b3523b2b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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