mirror of
https://github.com/libretro/RetroArch.git
synced 2025-02-22 02:30:56 +00:00
(PSP) Set optimization to -O2 - -O3 is unsafe on my
PSP GCC toolchain
This commit is contained in:
parent
ff149257e4
commit
c056894cac
@ -8,7 +8,7 @@ TARGET = retroarchpsp
|
||||
ifeq ($(DEBUG), 1)
|
||||
OPTIMIZE_LV := -O0 -g
|
||||
else
|
||||
OPTIMIZE_LV := -O3
|
||||
OPTIMIZE_LV := -O2 -g
|
||||
endif
|
||||
|
||||
INCDIR =
|
||||
|
Loading…
x
Reference in New Issue
Block a user