C++11 is enough.

This commit is contained in:
Bartosz Taudul 2017-10-30 22:07:37 +01:00
parent fb84a08419
commit 0578445762

View File

@ -1,6 +1,6 @@
OPTFLAGS := -g3 -fmerge-constants OPTFLAGS := -g3 -fmerge-constants
CFLAGS := $(OPTFLAGS) -Wall -DTRACY_ENABLE CFLAGS := $(OPTFLAGS) -Wall -DTRACY_ENABLE
CXXFLAGS := $(CFLAGS) -std=gnu++14 CXXFLAGS := $(CFLAGS) -std=gnu++11
DEFINES += DEFINES +=
INCLUDES := INCLUDES :=
LIBS := -lpthread LIBS := -lpthread