From cc8089f24b3a353f87d4892e9cc1e2aab74c9426 Mon Sep 17 00:00:00 2001 From: heqnx Date: Wed, 21 May 2025 16:43:36 +0300 Subject: added -buildvcs=false --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index e7530cb..5bb2cdf 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ PROJECT_NAME := go-assembly-ldr BUILD_DIR := build -GOFLAGS := -ldflags "-s -w" -trimpath +GOFLAGS := -ldflags "-s -w" -trimpath -buildvcs=false GO_BUILD := go build $(GOFLAGS) .PHONY: all clean linux windows darwin tidy -- cgit v1.2.3