From 0099c902b7aa6bc76b63911055b12b715c3812d9 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Fri, 9 Sep 2016 07:13:45 +0200 Subject: redports backport --- Makefile | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/Makefile b/Makefile index 845cb24..dfe353e 100644 --- a/Makefile +++ b/Makefile @@ -49,17 +49,13 @@ ifeq ($(platform), unix) SHARED := -shared -Wl,--no-undefined -Wl,--version-script=link.T CFLAGS += -fno-builtin \ - -fno-exceptions -ffunction-sections \ - -fomit-frame-pointer -fgcse-sm -fgcse-las -fgcse-after-reload \ - -fweb -fpeel-loops + -fno-exceptions -ffunction-sections else ifeq ($(platform), linux-portable) TARGET := $(TARGET_NAME)_libretro.so fpic := -fPIC -nostdlib SHARED := -shared -Wl,--version-script=link.T CFLAGS += -fno-builtin \ - -fno-exceptions -ffunction-sections \ - -fomit-frame-pointer -fgcse-sm -fgcse-las -fgcse-after-reload \ - -fweb -fpeel-loops + -fno-exceptions -ffunction-sections LIBM := else ifeq ($(platform), osx) TARGET := $(TARGET_NAME)_libretro.dylib @@ -149,9 +145,7 @@ else ifeq ($(platform), psp1) LOAD_FROM_MEMORY_TEST = 0 FLAGS += -G0 CFLAGS += -march=allegrex -mno-abicalls -fno-pic -fno-builtin \ - -fno-exceptions -ffunction-sections -mno-long-calls \ - -fomit-frame-pointer -fgcse-sm -fgcse-las -fgcse-after-reload \ - -fweb -fpeel-loops + -fno-exceptions -ffunction-sections DEFS += -DPSP -D_PSP_FW_VERSION=371 STATIC_LINKING := 1 -- cgit v1.2.3