maze crashes at high optimisation level, when "maze" variable gets memset

This commit is contained in:
Toby Jaffey 2025-12-10 23:59:11 +00:00
parent 23fc50c820
commit e0eb6615c0

View file

@ -1,6 +1,7 @@
TOPDIR=../../ TOPDIR=../../
PROJECT:=$(shell basename ${PWD}) PROJECT:=$(shell basename ${PWD})
SRCS=${PROJECT}.c ${TOPDIR}/apps/crt0.S SRCS=${PROJECT}.c ${TOPDIR}/apps/crt0.S
OPT=-O0
all: all_common all: all_common
test: test_common test: test_common
clean: clean_common clean: clean_common