From 0578445762cb15acb76d9448ea04683d9d8be4dc Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Mon, 30 Oct 2017 22:07:37 +0100 Subject: [PATCH] C++11 is enough. --- test/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Makefile b/test/Makefile index fb10d575..e9e01a16 100644 --- a/test/Makefile +++ b/test/Makefile @@ -1,6 +1,6 @@ OPTFLAGS := -g3 -fmerge-constants CFLAGS := $(OPTFLAGS) -Wall -DTRACY_ENABLE -CXXFLAGS := $(CFLAGS) -std=gnu++14 +CXXFLAGS := $(CFLAGS) -std=gnu++11 DEFINES += INCLUDES := LIBS := -lpthread