GOGC empty default value for build
This commit is contained in:
parent
b82290ac5b
commit
6b9738e675
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -13,7 +13,7 @@ DATE := $(shell date -u '+%Y-%m-%d_%I:%M:%S%p')
|
||||||
# Default build target
|
# Default build target
|
||||||
GOOS := $(shell go env GOOS)
|
GOOS := $(shell go env GOOS)
|
||||||
GOARCH := $(shell go env GOARCH)
|
GOARCH := $(shell go env GOARCH)
|
||||||
GOGC ?= off
|
GOGC ?=
|
||||||
|
|
||||||
LINT_EXECUTABLES = misspell shellcheck
|
LINT_EXECUTABLES = misspell shellcheck
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue