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