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@nereid.pl>2022-04-30 20:19:47 +0300
committerBartosz Taudul <wolf@nereid.pl>2022-04-30 20:19:47 +0300
commitbae12548c7707458c9f009a84d78cc13789e554d (patch)
tree543249d113137f066a4221535483a813404f6bbb /test
parent8b477291f2d664208f666d63b81d80e2e377b546 (diff)
Enable debuginfod in test application.
Diffstat (limited to 'test')
-rw-r--r--test/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Makefile b/test/Makefile
index 5f92b763..53c10b22 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -1,10 +1,10 @@
OPTFLAGS := -g3 -fmerge-constants
-TRACYFLAGS :=
+TRACYFLAGS := -DTRACY_DEBUGINFOD
CFLAGS := $(OPTFLAGS) -Wall -DTRACY_ENABLE $(TRACYFLAGS)
CXXFLAGS := $(CFLAGS) -std=gnu++11
DEFINES +=
INCLUDES :=
-LIBS := -lpthread -ldl
+LIBS := -lpthread -ldl -ldebuginfod
LDFLAGS := -rdynamic
IMAGE := tracy_test