From bae12548c7707458c9f009a84d78cc13789e554d Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Sat, 30 Apr 2022 19:19:47 +0200 Subject: [PATCH] Enable debuginfod in test application. --- test/Makefile | 4 ++-- 1 file 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