zigtris is > 16KB, so use 32KB for default host.

This commit is contained in:
Toby Jaffey 2025-12-07 21:12:48 +00:00
parent c0711213ae
commit a305fce466

View file

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