1
0
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:
Bartosz Taudul
2018-06-20 22:54:42 +02:00
parent 36d81412a0
commit c8f51d7f11
2 changed files with 32 additions and 14 deletions
+1 -1
View File
@@ -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 := \