File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ CFLAGS += `pkg-config sdl3 --cflags`
1010endif
1111
1212CFLAGS += -Wall -Werror -Wno-gnu-binary-literal
13- CFLAGS += -pedantic -std=c99 - O0 -g
13+ CFLAGS += -O0 -g
1414CFLAGS += -DUVM32_ERROR_STRINGS -DUVM32_MEMORY_SIZE=$(shell echo "1024 * 1024 * 8" | bc)
1515
1616all :
Original file line number Diff line number Diff line change 11TOPDIR =../..
22
33all :
4- gcc -g -Wall -Werror -pedantic -std=c99 - Wno-gnu-binary-literal -O0 -DUVM32_ERROR_STRINGS -DUVM32_MEMORY_SIZE=65536 -I${TOPDIR} /uvm32 -I${TOPDIR} /common -o host ${TOPDIR} /uvm32/uvm32.c host.c
4+ gcc -g -Wall -Werror -Wno-gnu-binary-literal -O0 -DUVM32_ERROR_STRINGS -DUVM32_MEMORY_SIZE=65536 -I${TOPDIR} /uvm32 -I${TOPDIR} /common -o host ${TOPDIR} /uvm32/uvm32.c host.c
55
66clean :
77 rm -f host
You can’t perform that action at this time.
0 commit comments