summaryrefslogtreecommitdiff
path: root/Makefile.common
diff options
context:
space:
mode:
authorJools Wills2016-01-19 01:29:13 +0000
committerJools Wills2016-01-19 01:36:49 +0000
commit5cce438b3e53292bf9197bbf28b387700e4e7d61 (patch)
tree5310da28e6177e999646072da412e1fd7d3e06f0 /Makefile.common
parent8c59d1b69ebe70ffdd6089e405902093d2cb1de2 (diff)
downloadsnes9x2002-5cce438b3e53292bf9197bbf28b387700e4e7d61.tar.gz
snes9x2002-5cce438b3e53292bf9197bbf28b387700e4e7d61.tar.bz2
snes9x2002-5cce438b3e53292bf9197bbf28b387700e4e7d61.zip
remove some gcc opts -
* -fgcse-sm -fgcse-las - let gcc decide via O3 * -ffunction-sections / -fpeel-loops / -funroll-loops (normally only used when profiling shows there are actual benefits - unrolling loops may not be of benefit on all targets) * -fgcse-after-reload / -fweb (already enabled by -O3) * a few duplicate -fomit-frame-pointer / -ffast-math
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common3
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile.common b/Makefile.common
index b1beaf0..b39f219 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -78,7 +78,6 @@ endif
DEFINES += -DARM_ASM
DEFINES += -DRIGHTSHIFT_IS_SAR
DEFINES += -finline -fsigned-char
-DEFINES += -fomit-frame-pointer
DEFINES += -ffast-math -fstrict-aliasing
else
@@ -95,8 +94,6 @@ endif
#DEFINES += -D_C_GW_
#DEFINES += -DFAST_LSB_WORD_ACCESS
-DEFINES += -ffast-math -funroll-loops -fomit-frame-pointer
-
INCLUDES = -I$(LIBRETRO_DIR) -I$(CORE_DIR) -I.
DEFINES += -DHAVE_STRINGS_H -DHAVE_STDINT_H -DHAVE_INTTYPES_H -D__LIBRETRO__ -DINLINE=inline
#DEFINES += -DRIGHTSHIFT_IS_SAR