Cache intermediate objects during build

This commit is contained in:
Daniel Nelson 2017-08-21 14:44:53 -07:00
parent d50e20f323
commit 77ae5dacc6
1 changed files with 1 additions and 1 deletions

View File

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