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