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
diff options
context:
space:
mode:
authorBartosz Taudul <wolf.pld@gmail.com>2017-10-31 00:07:37 +0300
committerBartosz Taudul <wolf.pld@gmail.com>2017-10-31 00:07:37 +0300
commit0578445762cb15acb76d9448ea04683d9d8be4dc (patch)
tree5008956d784ded5d3fed989936e0ae983e95e99e /test/Makefile
parentfb84a084199c1109c7aec2a4426d9932cd644142 (diff)
C++11 is enough.
Diffstat (limited to 'test/Makefile')
-rw-r--r--test/Makefile2
1 files changed, 1 insertions, 1 deletions
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