mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-06 15:48:05 -04:00
bug fix in comm poll fifo, and back to -O3
This commit is contained in:
parent
e5274cc92d
commit
f6b4a9ca53
3 changed files with 29 additions and 15 deletions
2
Makefile
2
Makefile
|
@ -3,7 +3,7 @@ DEBUG ?= 0
|
|||
CFLAGS += -Wall -ggdb -ffunction-sections -fdata-sections
|
||||
CFLAGS += -I.
|
||||
ifeq "$(DEBUG)" "0"
|
||||
CFLAGS += -O2 -finline-functions -DNDEBUG
|
||||
CFLAGS += -O3 -DNDEBUG
|
||||
endif
|
||||
|
||||
# This is actually needed, bevieve me.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue