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:
parent
8b477291f2
commit
bae12548c7
@ -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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user