mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 07:17:45 -04:00
sh2 drc: speed optimization and bugfixing
This commit is contained in:
parent
c3ebe082d3
commit
7869213d35
5 changed files with 61 additions and 55 deletions
2
Makefile
2
Makefile
|
@ -6,7 +6,7 @@ ifeq "$(DEBUG)" "0"
|
|||
CFLAGS += -O3 -DNDEBUG
|
||||
endif
|
||||
|
||||
# This is actually needed, bevieve me.
|
||||
# This is actually needed, believe me.
|
||||
# If you really have to disable this, set NO_ALIGN_FUNCTIONS elsewhere.
|
||||
ifndef NO_ALIGN_FUNCTIONS
|
||||
CFLAGS += -falign-functions=2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue