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 := . TESTS := .
TESTFLAGS := TESTFLAGS :=
LDFLAGS := -w -s LDFLAGS := -w -s
GOFLAGS := GOFLAGS := -trimpath
SRC := $(shell find . -type f -name '*.go' -print) SRC := $(shell find . -type f -name '*.go' -print)
# Required for globs to work correctly # Required for globs to work correctly

Loading…
Cancel
Save