mirror of
https://github.com/libretro/RetroArch
synced 2025-02-15 09:40:11 +00:00
(PSP1) Change to -O2
This commit is contained in:
parent
237a0ab44a
commit
621d89c52e
@ -13,7 +13,7 @@ TARGET = retroarchpsp
|
||||
ifeq ($(DEBUG), 1)
|
||||
OPTIMIZE_LV := -O0 -g
|
||||
else
|
||||
OPTIMIZE_LV := -O3
|
||||
OPTIMIZE_LV := -O2
|
||||
endif
|
||||
|
||||
ifeq ($(WHOLE_ARCHIVE_LINK), 1)
|
||||
|
Loading…
x
Reference in New Issue
Block a user