diff options
author | Jools Wills | 2015-12-27 23:08:02 +0000 |
---|---|---|
committer | Jools Wills | 2015-12-27 23:08:02 +0000 |
commit | 75fbf59713a541d31995cbbd5fadad2973f9d896 (patch) | |
tree | 79c58905756c39d9b6f926acac9a3951ad7f5451 | |
parent | 2242d6f89c30e813167cfb9f0733e594b80dbf80 (diff) | |
download | snes9x2002-75fbf59713a541d31995cbbd5fadad2973f9d896.tar.gz snes9x2002-75fbf59713a541d31995cbbd5fadad2973f9d896.tar.bz2 snes9x2002-75fbf59713a541d31995cbbd5fadad2973f9d896.zip |
remove unneeded GCC flags (already enabled by -O3)
-rw-r--r-- | Makefile.common | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Makefile.common b/Makefile.common index 96bd406..b1beaf0 100644 --- a/Makefile.common +++ b/Makefile.common @@ -81,13 +81,6 @@ DEFINES += -finline -fsigned-char DEFINES += -fomit-frame-pointer DEFINES += -ffast-math -fstrict-aliasing -ifeq ($(HAVE_GCC), 1) -DEFINES += -mstructure-size-boundary=32 -DEFINES += -finline-functions -fexpensive-optimizations -DEFINES += -falign-functions=32 -falign-loops -falign-labels -DEFINES += -falign-jumps -frename-registers -fweb -endif - else SOURCES += $(CORE_DIR)/ppu_.c SOURCES += $(CORE_DIR)/gfx.c |