From 4d48c5a6b8762a8c6984b7850382391670879abe Mon Sep 17 00:00:00 2001 From: twinaphex Date: Thu, 13 Feb 2014 13:48:13 +0100 Subject: [PATCH] (PSP) Take out -g for release builds --- Makefile.psp1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.psp1 b/Makefile.psp1 index 3217cacb97..7f74de4eb2 100644 --- a/Makefile.psp1 +++ b/Makefile.psp1 @@ -8,7 +8,7 @@ TARGET = retroarchpsp ifeq ($(DEBUG), 1) OPTIMIZE_LV := -O0 -g else - OPTIMIZE_LV := -O3 -g + OPTIMIZE_LV := -O3 endif INCDIR =