diff --git a/Makefile b/Makefile index 3b2193267..7e8ad3b11 100644 --- a/Makefile +++ b/Makefile @@ -142,7 +142,7 @@ $(addprefix $(.PROXY), $(BIN)): tidy $(addprefix $(.PROXY), $(BIN)): GOOS=$(GOOS) \ GOARCH=$(GOARCH) \ - $(GO) build \ + $(GO) build -v \ -buildmode=pie \ -gcflags=all='$(GO_GCFLAGS)' \ -ldflags='$(GO_LDFLAGS)' \