aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authoraliaspider2014-11-01 12:48:42 +0100
committeraliaspider2014-11-01 12:48:42 +0100
commit67bb9d8467b385378c509c7a801ce0414c9b0ec7 (patch)
treee8bcd6dca2147819e5886f2401b3906ea52f754d /Makefile
parented576d5f5f0760a6e17e8749735c6f6b8b9440a8 (diff)
downloadsnes9x2005-67bb9d8467b385378c509c7a801ce0414c9b0ec7.tar.gz
snes9x2005-67bb9d8467b385378c509c7a801ce0414c9b0ec7.tar.bz2
snes9x2005-67bb9d8467b385378c509c7a801ce0414c9b0ec7.zip
add missing optimization $(DEFS) to FLAGS
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 86205e9..826b382 100644
--- a/Makefile
+++ b/Makefile
@@ -167,7 +167,7 @@ WARNINGS := -Wall \
-fno-strict-overflow
endif
-FLAGS += -D__LIBRETRO__ $(WARNINGS) $(INCLUDE)
+FLAGS += -D__LIBRETRO__ $(WARNINGS) $(INCLUDE) $(DEFS)
CXXFLAGS += $(FLAGS)
CFLAGS += $(FLAGS)