Recursive maze demo, causes big stack usage

This commit is contained in:
Toby Jaffey 2025-12-09 23:29:16 +00:00
parent 428bd7cc6b
commit 9596838a4b
6 changed files with 116 additions and 1 deletions

View file

@ -1,5 +1,5 @@
all:
gcc -Wall -pedantic -std=c99 -O2 -DUVM32_MEMORY_SIZE=32768 -I../uvm32 -I../common -o host ../uvm32/uvm32.c host.c
gcc -Wall -pedantic -std=c99 -O2 -DUVM32_MEMORY_SIZE=65535 -I../uvm32 -I../common -o host ../uvm32/uvm32.c host.c
clean:
rm -f host