From 2aab5b9fba39f4ecfb263a3ba14e8949b3f1198f Mon Sep 17 00:00:00 2001 From: Steven Allen Date: Tue, 6 Nov 2018 14:15:21 -0800 Subject: [PATCH] unexport GOFLAGS We want to explicitly pass these where we need them. fixes #5733 License: MIT Signed-off-by: Steven Allen --- mk/golang.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/mk/golang.mk b/mk/golang.mk index c2886e1022d..96a92b25c03 100644 --- a/mk/golang.mk +++ b/mk/golang.mk @@ -5,6 +5,7 @@ GO_MIN_VERSION = 1.11 # pre-definitions GOCC ?= go GOTAGS ?= +unexport GOFLAGS GOFLAGS ?= GOTFLAGS ?=