Skip to content
Snippets Groups Projects
Unverified Commit ccf17a9f authored by Daniel Nelson's avatar Daniel Nelson
Browse files

Cache intermediate objects during build

parent 13a6b917
No related branches found
No related tags found
No related merge requests found
...@@ -25,7 +25,7 @@ deps: ...@@ -25,7 +25,7 @@ deps:
gdm restore gdm restore
telegraf: 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:
go install -ldflags "-w -s $(LDFLAGS)" ./cmd/telegraf go install -ldflags "-w -s $(LDFLAGS)" ./cmd/telegraf
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment