Remove -i flag from `make telegraf`

This commit is contained in:
Daniel Nelson 2018-05-04 14:08:23 -07:00
parent 030eb95b71
commit 8ecf81378a
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ deps:
gdm restore
telegraf:
go build -i -ldflags "$(LDFLAGS)" ./cmd/telegraf
go build -ldflags "$(LDFLAGS)" ./cmd/telegraf
go-install:
go install -ldflags "-w -s $(LDFLAGS)" ./cmd/telegraf