mirror of
https://github.com/wolfpld/tracy
synced 2025-05-07 23:43:52 +00:00
- Add a tool "tracy-edit" that allows loading a tracy capture, patching symbols and recompress the result - Add offline symbol resolvers for linux (using addr2line) and windows (using dbghelper)
7 lines
110 B
Makefile
7 lines
110 B
Makefile
CFLAGS := -g3 -Wall
|
|
DEFINES := -DDEBUG
|
|
BUILD := debug
|
|
|
|
include ../../../common/unix-debug.mk
|
|
include build.mk
|