Bump Makefile to C++11, to match CMake
This commit is contained in:
parent
d0b20316de
commit
9a598b1359
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -53,7 +53,7 @@ endif
|
|||
ALL_CFLAGS += -std=c99 -MMD -MP -MF $@.d
|
||||
CSE2_CFLAGS += $(shell $(PKGCONFIG) sdl2 --cflags) $(shell $(PKGCONFIG) freetype2 --cflags)
|
||||
|
||||
ALL_CXXFLAGS += -std=c++98 -MMD -MP -MF $@.d
|
||||
ALL_CXXFLAGS += -std=c++11 -MMD -MP -MF $@.d
|
||||
CSE2_CXXFLAGS += $(shell $(PKGCONFIG) sdl2 --cflags) $(shell $(PKGCONFIG) freetype2 --cflags)
|
||||
|
||||
ifeq ($(STATIC), 1)
|
||||
|
|
Loading…
Add table
Reference in a new issue