Remove -i flag from `make telegraf`

This commit is contained in:
Daniel Nelson 2018-05-04 14:08:23 -07:00
parent fd63591b15
commit 757e23a5f2
No known key found for this signature in database
GPG Key ID: CAAD59C9444F6155
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