This commit is contained in:
Mike Splain 2018-04-03 14:15:58 -04:00
parent dfa3396d28
commit 2e81a9a50c
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ GO15VENDOREXPERIMENT=1
export GO15VENDOREXPERIMENT
COMPILERVERSION := $(shell go version | cut -d' ' -f3 | tr -d '\n')
ifeq ($(COMPILERVERSION),go1.10)
ifneq (,$(findstring go1.10,$(COMPILERVERSION)))
LDFLAGS := -ldflags=all=
else
LDFLAGS := -ldflags=