From 87fff17700388edbec5a7a6d80cd8a1ce343157c Mon Sep 17 00:00:00 2001 From: heqnx Date: Tue, 3 Jun 2025 23:14:56 +0300 Subject: added -buildvcs, added author --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Makefile') diff --git a/src/Makefile b/src/Makefile index 807b9f9..4ac1c16 100644 --- a/src/Makefile +++ b/src/Makefile @@ -1,6 +1,6 @@ PROJECT_NAME := cve-poc-mon 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