diff options
author | heqnx <root@heqnx.com> | 2025-05-21 16:43:36 +0300 |
---|---|---|
committer | heqnx <root@heqnx.com> | 2025-05-21 16:43:36 +0300 |
commit | cc8089f24b3a353f87d4892e9cc1e2aab74c9426 (patch) | |
tree | 7522d7bc022de27251cb63d060fb0d19e264a050 | |
parent | ffb3375215bc238578745802d2c8f8805d64048f (diff) | |
download | go-assembly-ldr-cc8089f24b3a353f87d4892e9cc1e2aab74c9426.tar.gz go-assembly-ldr-cc8089f24b3a353f87d4892e9cc1e2aab74c9426.zip |
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |