From a8d3f77812e8b6377169cfb6bf073a464e195cd3 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Mon, 2 Dec 2024 20:49:00 +0100 Subject: Ensure the right optimitzation level on DEBUG MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 0178601..bd53a84 100644 --- a/Makefile +++ b/Makefile @@ -49,7 +49,7 @@ ifeq ($(strip $(DEBUG)),) QEMU_FLAGS += -nographic else ASFLAGS += -g - CCFLAGS += -g -D__DEBUG__ + CCFLAGS += -g -O0 -D__DEBUG__ QEMU_FLAGS += -s -S endif -- cgit v1.2.3