From d5ac0df3724fed6f712edccfc958468545d346f2 Mon Sep 17 00:00:00 2001 From: gVisor bot Date: Thu, 8 Oct 2020 17:54:38 +0800 Subject: [PATCH] Chore: make builds reproducible (#1006) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 16e1cb4c..e1a913f9 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ VERSION=$(shell git describe --tags || echo "unknown version") BUILDTIME=$(shell date -u) GOBUILD=CGO_ENABLED=0 go build -trimpath -ldflags '-X "github.com/Dreamacro/clash/constant.Version=$(VERSION)" \ -X "github.com/Dreamacro/clash/constant.BuildTime=$(BUILDTIME)" \ - -w -s' + -w -s -buildid=' PLATFORM_LIST = \ darwin-amd64 \