From e0eb6615c0a4ef93024ca7f0b57d32ddc4a7a3cb Mon Sep 17 00:00:00 2001 From: Toby Jaffey Date: Wed, 10 Dec 2025 23:59:11 +0000 Subject: [PATCH] maze crashes at high optimisation level, when "maze" variable gets memset --- apps/maze/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/maze/Makefile b/apps/maze/Makefile index d01b418..edb8bdf 100644 --- a/apps/maze/Makefile +++ b/apps/maze/Makefile @@ -1,6 +1,7 @@ TOPDIR=../../ PROJECT:=$(shell basename ${PWD}) SRCS=${PROJECT}.c ${TOPDIR}/apps/crt0.S +OPT=-O0 all: all_common test: test_common clean: clean_common