From 8c29c4231be80b41bc4ee2a31921f4d0c847d9e4 Mon Sep 17 00:00:00 2001 From: gator96100 Date: Tue, 29 Dec 2020 03:30:57 +0100 Subject: [PATCH] Allow generation of debug information when using no compression --- common_arm/Makefile.hal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common_arm/Makefile.hal b/common_arm/Makefile.hal index bfbe56d34..b6519e4ab 100644 --- a/common_arm/Makefile.hal +++ b/common_arm/Makefile.hal @@ -138,7 +138,7 @@ ifneq ($(SKIP_HFPLOT),1) PLATFORM_DEFS += -DWITH_HFPLOT endif ifeq ($(SKIP_COMPRESSION),1) - PLATFORM_DEFS += -DWITH_NO_COMPRESSION + PLATFORM_DEFS += -DWITH_NO_COMPRESSION -g endif # Standalone mode