(PSP) Set optimization to -O2 - -O3 is unsafe on my

PSP GCC toolchain
This commit is contained in:
twinaphex 2014-02-16 16:14:38 +01:00
parent ff149257e4
commit c056894cac

View File

@ -8,7 +8,7 @@ TARGET = retroarchpsp
ifeq ($(DEBUG), 1)
OPTIMIZE_LV := -O0 -g
else
OPTIMIZE_LV := -O3
OPTIMIZE_LV := -O2 -g
endif
INCDIR =