From e78c77fd2bfa643a15e56360162e04ebe8641adb Mon Sep 17 00:00:00 2001 From: Phil Estes Date: Mon, 22 Jan 2018 15:30:31 -0500 Subject: [PATCH] Add Golang issue link re: -trimpath to Makefile Per the request in #2021, add a link to the issue in case this situation changes in the future. Signed-off-by: Phil Estes --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 47d0d81fa..b3b191ad7 100644 --- a/Makefile +++ b/Makefile @@ -67,6 +67,7 @@ GOPATHS=$(shell echo ${GOPATH} | tr ":" "\n" | tr ";" "\n") TESTFLAGS_RACE= GO_BUILD_FLAGS= +# See Golang issue re: '-trimpath': https://github.com/golang/go/issues/13809 GO_GCFLAGS=$(shell \ set -- ${GOPATHS}; \ echo "-gcflags=-trimpath=$${1}/src"; \