1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-04 06:00:23 +00:00

Bump minimum C++ version to 14

This commit is contained in:
Samuel Gomes 2023-07-04 03:38:24 +05:30
parent f14ac84955
commit fef7065c5f

View file

@ -133,7 +133,7 @@ all: $(EXE)
CLEAN_LIST :=
CLEAN_DEP_LIST :=
CXXFLAGS += -w -std=gnu++11
CXXFLAGS += -w -std=gnu++14
ifeq ($(OS),lnx)
CXXLIBS += -lGL -lGLU -lX11 -lpthread -ldl -lrt