Use correct language version for library.

This commit is contained in:
Bartosz Taudul
2021-07-07 02:45:13 +02:00
parent 0affc27abf
commit d6835f3a7a

View File

@@ -1,5 +1,5 @@
CFLAGS +=
CXXFLAGS := $(CFLAGS) -std=gnu++17 -fpic
CXXFLAGS := $(CFLAGS) -std=c++11 -fpic
DEFINES += -DTRACY_ENABLE
INCLUDES :=
LIBS := -lpthread -ldl