Don't use GNU extensions to C++
This commit is contained in:
@@ -10,7 +10,7 @@ LIBS = -mwindows -lwinmm -static-libgcc -static-libstdc++
|
||||
INCS = -I"include"
|
||||
CXXINCS =
|
||||
BIN = "Blades of Exile.exe"
|
||||
CXXFLAGS = $(CXXINCS) -Wall -O2 $(FLAGS)
|
||||
CXXFLAGS = $(CXXINCS) -Wall -O2 -std=c++11 $(FLAGS)
|
||||
CFLAGS = $(INCS) -O2
|
||||
RM = rm -f
|
||||
|
||||
|
Reference in New Issue
Block a user