From 010f90ceecec3ac055a27adacd4370eb09c0f66f Mon Sep 17 00:00:00 2001 From: Tobie Morgan Hitchcock Date: Mon, 18 Jul 2016 13:32:23 +0100 Subject: [PATCH] Disable CGO when building quickly --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7bb8218a..c804d2e6 100644 --- a/Makefile +++ b/Makefile @@ -76,7 +76,7 @@ clean: .PHONY: quick quick: LDF += $(shell GOPATH=${GOPATH} build/flags.sh) quick: - $(GO) build + CGO_ENABLED=0 $(GO) build # The `make build` command compiles # the build flags, gets the project