@cryptotaxi247 / kubo / commits / 2aab5b9fb

unexport GOFLAGS

We want to explicitly pass these where we need them. fixes #5733 License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>

Steven Allen committed Nov 6, 2018 at 14:15 UTC 2aab5b9fba39f4ecfb263a3ba14e8949b3f1198f
1 file changed +1
mk/golang.mk
+1
@@ -5,6 +5,7 @@ GO_MIN_VERSION = 1.11
5 # pre-definitions
6 GOCC ?= go
7 GOTAGS ?=
8 +unexport GOFLAGS
9 GOFLAGS ?=
10 GOTFLAGS ?=
11