Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
Remove symbol table and debug info from go binary to reduce image size
  • Loading branch information
oilbeater committed Jan 29, 2018
1 parent 28b05b8 commit d1b3523
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ PKG := $(shell glide novendor)
TAGS :=
TESTS := .
TESTFLAGS :=
LDFLAGS :=
LDFLAGS := -w -s
GOFLAGS :=
BINDIR := $(CURDIR)/bin
BINARIES := helm tiller
Expand Down

0 comments on commit d1b3523

Please sign in to comment.