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

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