Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/wolfpld/tracy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorBartosz Taudul <wolf.pld@gmail.com>2020-05-13 19:11:55 +0300
committerBartosz Taudul <wolf.pld@gmail.com>2020-05-13 19:11:55 +0300
commit29d7639c38958163b9c6c80d22b8dc823a44e8a9 (patch)
tree33f3c196190620afb503634c6ce238b4c9c11845 /test
parentce15ad763ff085dbed72dd37e5ce1fae951b6873 (diff)
Downgrade test application C++ version to C++11.
Diffstat (limited to 'test')
-rw-r--r--test/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile
index 3fb6279b..90c62b38 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -1,7 +1,7 @@
OPTFLAGS := -g3 -fmerge-constants
TRACYFLAGS :=
CFLAGS := $(OPTFLAGS) -Wall -DTRACY_ENABLE $(TRACYFLAGS) -rdynamic
-CXXFLAGS := $(CFLAGS) -std=gnu++17
+CXXFLAGS := $(CFLAGS) -std=gnu++11
DEFINES +=
INCLUDES :=
LIBS := -lpthread -ldl