Switched to C++98

It compiles without any issues, so why not?
This commit is contained in:
Clownacy 2019-02-19 22:39:30 +00:00
parent ec148c1072
commit df2620171f

View file

@ -34,7 +34,7 @@ ifeq ($(WINDOWS), 1)
LIBS += -lkernel32
endif
CXXFLAGS += -std=c++03 `sdl2-config --cflags` `pkg-config freetype2 --cflags` -MMD -MP -MF $@.d
CXXFLAGS += -std=c++98 `sdl2-config --cflags` `pkg-config freetype2 --cflags` -MMD -MP -MF $@.d
LIBS += `sdl2-config --static-libs` `pkg-config freetype2 --libs`
ifeq ($(STATIC), 1)