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 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