aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorheqnx <root@heqnx.com>2025-05-21 16:43:36 +0300
committerheqnx <root@heqnx.com>2025-05-21 16:43:36 +0300
commitcc8089f24b3a353f87d4892e9cc1e2aab74c9426 (patch)
tree7522d7bc022de27251cb63d060fb0d19e264a050 /Makefile
parentffb3375215bc238578745802d2c8f8805d64048f (diff)
downloadgo-assembly-ldr-main.tar.gz
go-assembly-ldr-main.zip
added -buildvcs=falseHEADmain
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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