mirror of
https://github.com/wolfpld/tracy.git
synced 2026-06-08 08:33:48 +00:00
Use correct language version for library.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
CFLAGS +=
|
||||
CXXFLAGS := $(CFLAGS) -std=gnu++17 -fpic
|
||||
CXXFLAGS := $(CFLAGS) -std=c++11 -fpic
|
||||
DEFINES += -DTRACY_ENABLE
|
||||
INCLUDES :=
|
||||
LIBS := -lpthread -ldl
|
||||
|
||||
Reference in New Issue
Block a user