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: