mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-16 07:16:36 +00:00
(PSP) Take out -g for release builds
This commit is contained in:
parent
8a70b8d6c7
commit
4d48c5a6b8
@ -8,7 +8,7 @@ TARGET = retroarchpsp
|
||||
ifeq ($(DEBUG), 1)
|
||||
OPTIMIZE_LV := -O0 -g
|
||||
else
|
||||
OPTIMIZE_LV := -O3 -g
|
||||
OPTIMIZE_LV := -O3
|
||||
endif
|
||||
|
||||
INCDIR =
|
||||
|
Loading…
Reference in New Issue
Block a user