Let's try that again, using a flag that it might like more

This commit is contained in:
Sylae Corell
2014-07-29 12:15:46 -06:00
parent 6d7e8fdcf4
commit d0aa12c23d
4 changed files with 4 additions and 4 deletions

View File

@@ -10,7 +10,7 @@ LIBS = -mwindows -lwinmm -static-libgcc -static-libstdc++
INCS = -I"include"
CXXINCS =
BIN = "Blades of Exile.exe"
CXXFLAGS = $(CXXINCS) -Wall -O2 -std=c++11 $(FLAGS)
CXXFLAGS = $(CXXINCS) -Wall -O2 -std=c++0x $(FLAGS)
CFLAGS = $(INCS) -O2
RM = rm -f