Don't use GNU extensions to C++
This commit is contained in:
@@ -7,7 +7,7 @@ RES = Blades_of_Exile_private.res
|
||||
INCS = -I"include"
|
||||
CXXINCS =
|
||||
BIN = boesounds.dll
|
||||
CXXFLAGS = $(CXXINCS) -Wall -O2 -g
|
||||
CXXFLAGS = $(CXXINCS) -Wall -O2 -g -std=c++11
|
||||
RM = rm -f
|
||||
|
||||
.PHONY: all all-before all-after clean clean-custom
|
||||
|
Reference in New Issue
Block a user