mirror of
https://github.com/ringtailsoftware/uvm32.git
synced 2026-06-05 22:43:39 +00:00
Cleanup
This commit is contained in:
parent
bba5fa654c
commit
3722e4c267
2 changed files with 4 additions and 5 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue