From 9c5e339f67cdd64374cb82f29a52547795999728 Mon Sep 17 00:00:00 2001 From: marco Date: Fri, 13 Sep 2024 10:20:12 +0200 Subject: [PATCH 1/2] makefile: remove -w from build flags (implied by -s) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index bbfa4bbee94..29a84d5b066 100644 --- a/Makefile +++ b/Makefile @@ -111,7 +111,7 @@ ifeq ($(call bool,$(DEBUG)),1) STRIP_SYMBOLS := DISABLE_OPTIMIZATION := -gcflags "-N -l" else -STRIP_SYMBOLS := -s -w +STRIP_SYMBOLS := -s DISABLE_OPTIMIZATION := endif From d891ca64af37f5f5453386367d288b96b11949c7 Mon Sep 17 00:00:00 2001 From: marco Date: Fri, 4 Oct 2024 16:38:58 +0200 Subject: [PATCH 2/2] remove reference to obsolete build param --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index c11771282ea..5b8d6fc51f8 100755 --- a/debian/rules +++ b/debian/rules @@ -13,7 +13,7 @@ override_dh_auto_build: override_dh_auto_install: # just use the prebuilt binaries, otherwise: - # make build BUILD_RE_WASM=0 BUILD_STATIC=1 + # make build BUILD_STATIC=1 mkdir -p debian/crowdsec/usr/bin mkdir -p debian/crowdsec/etc/crowdsec