mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
More involved callstack frame description on linux.
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@ CFLAGS := $(OPTFLAGS) -Wall -DTRACY_ENABLE -rdynamic
|
||||
CXXFLAGS := $(CFLAGS) -std=gnu++17
|
||||
DEFINES +=
|
||||
INCLUDES :=
|
||||
LIBS := -lpthread
|
||||
LIBS := -lpthread -ldl
|
||||
IMAGE := tracy_test
|
||||
|
||||
SRC := \
|
||||
|
||||
Reference in New Issue
Block a user