This commit is contained in:
Toby Jaffey 2025-12-12 15:02:20 +00:00
parent bba5fa654c
commit 3722e4c267
2 changed files with 4 additions and 5 deletions

View file

@ -9,7 +9,7 @@ LIBS = `pkg-config sdl3 --libs --static`
CFLAGS += `pkg-config sdl3 --cflags`
endif
#CFLAGS += -Wall -Werror
CFLAGS += -Wall -Werror
CFLAGS += -pedantic -std=c99 -O3
CFLAGS += -DUVM32_MEMORY_SIZE=$(shell echo "1024 * 1024 * 8" | bc)