diff options
author | aliaspider | 2016-01-19 03:26:02 +0100 |
---|---|---|
committer | aliaspider | 2016-01-19 03:26:02 +0100 |
commit | dc6b31a9d4f6ef4621028bfead744f71807c8f95 (patch) | |
tree | 5310da28e6177e999646072da412e1fd7d3e06f0 /Makefile | |
parent | 8c59d1b69ebe70ffdd6089e405902093d2cb1de2 (diff) | |
parent | 5cce438b3e53292bf9197bbf28b387700e4e7d61 (diff) | |
download | snes9x2002-dc6b31a9d4f6ef4621028bfead744f71807c8f95.tar.gz snes9x2002-dc6b31a9d4f6ef4621028bfead744f71807c8f95.tar.bz2 snes9x2002-dc6b31a9d4f6ef4621028bfead744f71807c8f95.zip |
Merge pull request #14 from joolswills/gcc_opts
remove some more gcc opts -
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
@@ -18,10 +18,7 @@ ifeq ($(platform), unix) TARGET := $(TARGET_NAME)_libretro.so fpic := -fPIC SHARED := -shared -Wl,--version-script=libretro/link.T -Wl,--no-undefined - CFLAGS += -fno-builtin \ - -fno-exceptions -ffunction-sections \ - -fomit-frame-pointer -fgcse-sm -fgcse-las -fgcse-after-reload \ - -fweb -fpeel-loops + CFLAGS += -fno-builtin -fno-exceptions else ifeq ($(platform), osx) TARGET := $(TARGET_NAME)_libretro.dylib fpic := -fPIC @@ -153,4 +150,4 @@ clean: .PHONY: clean -endif
\ No newline at end of file +endif |