aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorheqnx <root@heqnx.com>2025-05-21 16:43:12 +0300
committerheqnx <root@heqnx.com>2025-05-21 16:43:12 +0300
commitbf4b50c3cc9b93ce779bb5f040c727a450fdd89c (patch)
tree7b7e9c6b6e62d8d22ff99478c4425029f1f2c25f
parentb0bb76c81e2873d7a67fe0d102511cf263ec4f50 (diff)
downloadgo-powerglot-main.tar.gz
go-powerglot-main.zip
added -buildvcs=falseHEADmain
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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