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:
parent
0affc27abf
commit
d6835f3a7a
@ -1,5 +1,5 @@
|
|||||||
CFLAGS +=
|
CFLAGS +=
|
||||||
CXXFLAGS := $(CFLAGS) -std=gnu++17 -fpic
|
CXXFLAGS := $(CFLAGS) -std=c++11 -fpic
|
||||||
DEFINES += -DTRACY_ENABLE
|
DEFINES += -DTRACY_ENABLE
|
||||||
INCLUDES :=
|
INCLUDES :=
|
||||||
LIBS := -lpthread -ldl
|
LIBS := -lpthread -ldl
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user