diff options
| author | heqnx <root@heqnx.com> | 2025-05-21 16:43:54 +0300 | 
|---|---|---|
| committer | heqnx <root@heqnx.com> | 2025-05-21 16:43:54 +0300 | 
| commit | d5eb3ce8e0dece3ead36006db8ae04e5ca26a32f (patch) | |
| tree | aca7deb4cda08606f233ea31a0974900c0cf48b5 | |
| parent | 0abad19086db343dbaf7531bb4c54144776527b4 (diff) | |
| download | go-fakessl-d5eb3ce8e0dece3ead36006db8ae04e5ca26a32f.tar.gz go-fakessl-d5eb3ce8e0dece3ead36006db8ae04e5ca26a32f.zip | |
added -buildvcs=false
| -rw-r--r-- | Makefile | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -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 |