Enable debuginfod in test application.

This commit is contained in:
Bartosz Taudul 2022-04-30 19:19:47 +02:00
parent 8b477291f2
commit bae12548c7
No known key found for this signature in database
GPG Key ID: B7FE2008B7575DF3

View File

@ -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