From 03fa7284e6cd3dd537ebf78a1e2c5b8f888c8f30 Mon Sep 17 00:00:00 2001 From: "kayos@tcp.direct" Date: Wed, 14 Jun 2023 12:21:54 -0700 Subject: [PATCH] Update Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b734b33..4f7b9d4 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ all: deps format check build build-smol: all smol build: - go build -x -v -a -ldflags "-s -w" + go build -trimpath -x -v -a -ldflags "-s -w" smol: upx --ultra-brute ./tcp.ac clean: