From 536ff9197ec3889564c1f78364aa95e44c8c2276 Mon Sep 17 00:00:00 2001 From: marco Date: Fri, 20 Sep 2024 12:30:35 +0200 Subject: [PATCH] make: remove redundant build flags --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e01f04a..f80fccc 100644 --- a/Makefile +++ b/Makefile @@ -20,7 +20,7 @@ LD_OPTS_VARS=\ -X 'github.com/crowdsecurity/go-cs-lib/version.Tag=$(BUILD_TAG)' export CGO_ENABLED=0 -export LD_OPTS=-ldflags "-a -s -w -extldflags '-static' $(LD_OPTS_VARS)" \ +export LD_OPTS=-ldflags "-s -extldflags '-static' $(LD_OPTS_VARS)" \ -trimpath -tags netgo .PHONY: all