Merge pull request #6831 from Foxboron/morten/reproducible-builds

[Makefile] Support reproducible builds
pull/6840/head
Taylor Thomas 5 years ago committed by GitHub
commit 5de9538885
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -19,7 +19,7 @@ TAGS :=
TESTS := .
TESTFLAGS :=
LDFLAGS := -w -s
GOFLAGS :=
GOFLAGS := -trimpath
SRC := $(shell find . -type f -name '*.go' -print)
# Required for globs to work correctly

Loading…
Cancel
Save