Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/wolfpld/tracy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorBartosz Taudul <wolf.pld@gmail.com>2018-06-20 23:54:42 +0300
committerBartosz Taudul <wolf.pld@gmail.com>2018-06-20 23:54:42 +0300
commitc8f51d7f1164831a2f7645b63f42a2a4110e9dba (patch)
treee4008a6269fe4fdcfc8f1d2e4ed3f7e79c31f195 /test
parent36d81412a0ccd88185815e3374a3e67b1785b8b2 (diff)
More involved callstack frame description on linux.
Diffstat (limited to 'test')
-rw-r--r--test/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile
index b9d72bb2..5d9d4690 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -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 := \