mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 07:17:45 -04:00
configuration changes and README
This commit is contained in:
parent
906a1d1820
commit
0f7a30ede3
11 changed files with 196 additions and 56 deletions
4
Makefile
4
Makefile
|
@ -238,8 +238,8 @@ pico/cd/LC89510.o: CFLAGS += -fno-strict-aliasing
|
|||
pico/cd/gfx_cd.o: CFLAGS += -fno-strict-aliasing
|
||||
ifeq (1,$(use_sh2drc))
|
||||
ifneq (,$(findstring -flto,$(CFLAGS)))
|
||||
# if using the DRC, memory and sh2soc use a global register variable to avoid
|
||||
# saving and reloading the SH2 SR. However, this collides with the use of LTO.
|
||||
# if using the DRC, memory and sh2soc directly use the DRC register for SH2 SR
|
||||
# to avoid saving and reloading it. However, this collides with the use of LTO.
|
||||
pico/32x/memory.o: CFLAGS += -fno-lto
|
||||
pico/32x/sh2soc.o: CFLAGS += -fno-lto
|
||||
endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue