From 621d89c52eaffec1834c632fd2c19b4c7cfb8990 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Tue, 12 Dec 2017 00:17:17 +0100 Subject: [PATCH] (PSP1) Change to -O2 --- Makefile.psp1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.psp1 b/Makefile.psp1 index b5e143cf0a..31f5751f74 100644 --- a/Makefile.psp1 +++ b/Makefile.psp1 @@ -13,7 +13,7 @@ TARGET = retroarchpsp ifeq ($(DEBUG), 1) OPTIMIZE_LV := -O0 -g else - OPTIMIZE_LV := -O3 + OPTIMIZE_LV := -O2 endif ifeq ($(WHOLE_ARCHIVE_LINK), 1)