mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-01 06:00:15 +02:00
Fix inline functions
This commit is contained in:
2
Makefile
2
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)
|
||||
|
Reference in New Issue
Block a user