1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Use C++17 in server.

This commit is contained in:
Bartosz Taudul
2018-05-08 01:21:19 +02:00
parent e565f5cb74
commit 249cd4783c
4 changed files with 6 additions and 2 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
CFLAGS +=
CXXFLAGS := $(CFLAGS) -std=gnu++14
CXXFLAGS := $(CFLAGS) -std=gnu++17
DEFINES += -DTRACY_NO_STATISTICS
INCLUDES :=
LIBS := -lpthread