From ebd14a1b36936149b191ee3cd82bdca460de64fa Mon Sep 17 00:00:00 2001 From: vx-clutch Date: Mon, 16 Feb 2026 21:47:29 -0500 Subject: [PATCH] update build flags update build flags --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c50ee9f..0bd2067 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ deps: $(GO) mod download build: deps - CGO_ENABLED=0 $(GO) build -ldflags "-X fes/modules/version.gitCommit=$(shell git rev-parse --short HEAD)" -o fes + CGO_ENABLED=0 $(GO) build -a -v -x -trimpath -ldflags "-X fes/modules/version.gitCommit=$(shell git rev-parse --short HEAD) -s -w -buildid=" -o fes @echo "Fes is now built to ./fes" lint: