mirror of
https://github.com/traefik/traefik.git
synced 2025-08-07 07:07:12 +02:00
GOGC empty default value for build
This commit is contained in:
parent
b82290ac5b
commit
6b9738e675
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…
Reference in New Issue
Block a user