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

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
No known key found for this signature in database
GPG Key ID: B7FE2008B7575DF3

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