From 9ecbc4d001c7e89ca26b6b56b0e961ca977a2331 Mon Sep 17 00:00:00 2001 From: Taylor Thomas Date: Wed, 30 Oct 2019 15:25:54 -0600 Subject: [PATCH] Revert "[Makefile] Support reproducible builds" Signed-off-by: Taylor Thomas --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4322139c5..b52464ba9 100644 --- a/Makefile +++ b/Makefile @@ -19,7 +19,7 @@ TAGS := TESTS := . TESTFLAGS := LDFLAGS := -w -s -GOFLAGS := -trimpath +GOFLAGS := SRC := $(shell find . -type f -name '*.go' -print) # Required for globs to work correctly