summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Robertshaw <simon@hardwired.org.uk>2012-01-15 22:33:34 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2012-01-15 22:33:34 (GMT)
commit6273089bf486bf46ad325d72c7290ebb272bd3d8 (patch)
tree4b7f3001926273fe02f7c43680e1dff1f75878b5
parent2511afec8bfaa0582928406b37e8b579fa267e4f (diff)
downloadpowder-6273089bf486bf46ad325d72c7290ebb272bd3d8.zip
powder-6273089bf486bf46ad325d72c7290ebb272bd3d8.tar.gz
Fix inline functions
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4e345b4..7bbac6d 100644
--- a/Makefile
+++ b/Makefile
@@ -16,7 +16,7 @@ UI_OBJS := $(patsubst src/interface/%.cpp,build/obj/ui/%.o,$(UI_SOURCES))
UI_PREREQ := $(patsubst build/obj/ui/%.o,build/obj/ui/%.powder.exe.o,$(UI_OBJS))
CFLAGS := -Iincludes/ -Idata/ -DWIN32 -DWINCONSOLE
-OFLAGS := #-O3 -ffast-math -ftree-vectorize -funsafe-math-optimizations -fkeep-inline-functions
+OFLAGS := -fkeep-inline-functions #-O3 -ffast-math -ftree-vectorize -funsafe-math-optimizations
LFLAGS := -lmingw32 -lregex -lws2_32 -lSDLmain -lpthread -lSDL -lm -lbz2 # -mwindows
CFLAGS += $(OFLAGS)