diff options
author | heqnx <root@heqnx.com> | 2025-06-03 23:14:56 +0300 |
---|---|---|
committer | heqnx <root@heqnx.com> | 2025-06-03 23:14:56 +0300 |
commit | 87fff17700388edbec5a7a6d80cd8a1ce343157c (patch) | |
tree | 38f60e13ddec5ab4676983c7155ee02dabd9e496 /src/Makefile | |
parent | d906909ccae7986f2101a2de2f18152cb16a3d95 (diff) | |
download | cve-poc-mon-87fff17700388edbec5a7a6d80cd8a1ce343157c.tar.gz cve-poc-mon-87fff17700388edbec5a7a6d80cd8a1ce343157c.zip |
added -buildvcs, added author
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |