diff --git a/Makefile.psp1 b/Makefile.psp1 index a99c89e754..b5e143cf0a 100644 --- a/Makefile.psp1 +++ b/Makefile.psp1 @@ -1,6 +1,8 @@ -BUILD_PRX = 1 +BUILD_PRX = 0 +PSP_LARGE_MEMORY = 1 DEBUG = 0 HAVE_KERNEL_PRX = 1 +HAVE_LOGGER = 0 HAVE_FILE_LOGGER = 0 HAVE_THREADS = 0 BIG_STACK = 0 @@ -11,7 +13,7 @@ TARGET = retroarchpsp ifeq ($(DEBUG), 1) OPTIMIZE_LV := -O0 -g else - OPTIMIZE_LV := -O3 -g + OPTIMIZE_LV := -O3 endif ifeq ($(WHOLE_ARCHIVE_LINK), 1) diff --git a/Makefile.psp1.salamander b/Makefile.psp1.salamander index 68e0732582..a59603fa93 100644 --- a/Makefile.psp1.salamander +++ b/Makefile.psp1.salamander @@ -1,4 +1,5 @@ -BUILD_PRX = 1 +BUILD_PRX = 0 +PSP_LARGE_MEMORY = 1 HAVE_FILE_LOGGER = 0 DEBUG = 0 @@ -7,7 +8,7 @@ TARGET = retroarchpsp_salamander ifeq ($(DEBUG), 1) OPTIMIZE_LV := -O0 -g else - OPTIMIZE_LV := -O2 -g + OPTIMIZE_LV := -O2 endif INCDIR = $(PSPPATH)/include libretro-common/include @@ -24,7 +25,7 @@ ifeq ($(HAVE_FILE_LOGGER), 1) CFLAGS += -DHAVE_FILE_LOGGER endif -CFLAGS += $(RARCH_DEFINES) +CFLAGS += $(RARCH_DEFINES) EXTRA_TARGETS = EBOOT.PBP PSP_EBOOT_TITLE = RetroArch diff --git a/bootstrap/psp1/kernel_functions_prx/Makefile b/bootstrap/psp1/kernel_functions_prx/Makefile index 0b6cdc3d41..810ade49ca 100644 --- a/bootstrap/psp1/kernel_functions_prx/Makefile +++ b/bootstrap/psp1/kernel_functions_prx/Makefile @@ -14,7 +14,7 @@ USE_KERNEL_LIBC=1 USE_KERNEL_LIBS=1 LIBDIR = -LDFLAGS = -mno-crt0 -nostartfiles +LDFLAGS = -nostartfiles LIBS = -lpspdebug -lpspge -lpspsdk -lc -lpspuser PSPSDK=$(shell psp-config --pspsdk-path) include $(PSPSDK)/lib/build.mak