diff --git a/Makefile b/Makefile index 98e2b7f..166e1d1 100644 --- a/Makefile +++ b/Makefile @@ -25,6 +25,7 @@ PACKAGES=$(shell go list ./... | grep -v /vendor/) REVISION=$(shell git rev-parse HEAD) +CGO_ENABLED=0 all: build @@ -32,4 +33,4 @@ protos: @protobuild --quiet ${PACKAGES} build: - @go build -v . + @go build -v -installsuffix cgo