1
0
mirror of https://github.com/wolfpld/tracy synced 2025-04-29 20:33:52 +00:00

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 OPTFLAGS := -g3 -fmerge-constants
TRACYFLAGS := TRACYFLAGS := -DTRACY_DEBUGINFOD
CFLAGS := $(OPTFLAGS) -Wall -DTRACY_ENABLE $(TRACYFLAGS) CFLAGS := $(OPTFLAGS) -Wall -DTRACY_ENABLE $(TRACYFLAGS)
CXXFLAGS := $(CFLAGS) -std=gnu++11 CXXFLAGS := $(CFLAGS) -std=gnu++11
DEFINES += DEFINES +=
INCLUDES := INCLUDES :=
LIBS := -lpthread -ldl LIBS := -lpthread -ldl -ldebuginfod
LDFLAGS := -rdynamic LDFLAGS := -rdynamic
IMAGE := tracy_test IMAGE := tracy_test