From d5eb3ce8e0dece3ead36006db8ae04e5ca26a32f Mon Sep 17 00:00:00 2001 From: heqnx Date: Wed, 21 May 2025 16:43:54 +0300 Subject: added -buildvcs=false --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3516c5d..8410015 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ PROJECT_NAME := go-fakessl 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