Disable CGO when building quickly

This commit is contained in:
Tobie Morgan Hitchcock 2016-07-18 13:32:23 +01:00
parent e85a6d86df
commit 010f90ceec

View file

@ -76,7 +76,7 @@ clean:
.PHONY: quick .PHONY: quick
quick: LDF += $(shell GOPATH=${GOPATH} build/flags.sh) quick: LDF += $(shell GOPATH=${GOPATH} build/flags.sh)
quick: quick:
$(GO) build CGO_ENABLED=0 $(GO) build
# The `make build` command compiles # The `make build` command compiles
# the build flags, gets the project # the build flags, gets the project