diff --git a/Makefile b/Makefile index 01d6a60..d18ed51 100644 --- a/Makefile +++ b/Makefile @@ -36,4 +36,4 @@ build-linux: .PHONY: build-darwin build-darwin: mkdir -p bin/darwin - xgo -ldflags "-X main.Version='${CIRCLE_TAG}'" --targets=darwin/amd64 --dest=bin/darwin -out ${BINARY}-darwin-amd64 . + xgo -x -v -ldflags "-X main.Version='${CIRCLE_TAG}'" --targets=darwin/amd64 --dest=bin/darwin -out ${BINARY}-darwin-amd64 .