Cache intermediate objects during build

This commit is contained in:
Daniel Nelson 2017-08-21 14:44:53 -07:00
parent 13a6b917c3
commit ccf17a9f93
No known key found for this signature in database
GPG Key ID: CAAD59C9444F6155
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