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

Shared mutex test.

This commit is contained in:
Bartosz Taudul
2017-12-10 20:36:10 +01:00
parent 0f2d41413f
commit 171e962f97
2 changed files with 32 additions and 1 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
OPTFLAGS := -g3 -fmerge-constants
CFLAGS := $(OPTFLAGS) -Wall -DTRACY_ENABLE
CXXFLAGS := $(CFLAGS) -std=gnu++11
CXXFLAGS := $(CFLAGS) -std=gnu++17
DEFINES +=
INCLUDES :=
LIBS := -lpthread