(PSP) Take out -g for release builds

This commit is contained in:
twinaphex 2014-02-13 13:48:13 +01:00
parent 8a70b8d6c7
commit 4d48c5a6b8

View File

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