1
0
Fork 0

GOGC empty default value for build

This commit is contained in:
Michael 2025-05-14 09:32:04 +02:00 committed by GitHub
parent b82290ac5b
commit 6b9738e675
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -13,7 +13,7 @@ DATE := $(shell date -u '+%Y-%m-%d_%I:%M:%S%p')
# Default build target
GOOS := $(shell go env GOOS)
GOARCH := $(shell go env GOARCH)
GOGC ?= off
GOGC ?=
LINT_EXECUTABLES = misspell shellcheck