Revert "[Makefile] Support reproducible builds"

Signed-off-by: Taylor Thomas <taylor.thomas@microsoft.com>
pull/6840/head
Taylor Thomas 5 years ago committed by Taylor Thomas
parent 5de9538885
commit 9ecbc4d001

@ -19,7 +19,7 @@ TAGS :=
TESTS := . TESTS := .
TESTFLAGS := TESTFLAGS :=
LDFLAGS := -w -s LDFLAGS := -w -s
GOFLAGS := -trimpath GOFLAGS :=
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