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