1
0
mirror of https://github.com/wolfpld/tracy synced 2025-05-05 06:33:52 +00:00
2022-09-30 01:06:34 +02:00

8 lines
152 B
Makefile

CFLAGS := -g3 -gsource-map -Wall
DEFINES := -DDEBUG
BUILD := debug
LIBS := -sDEMANGLE_SUPPORT=1
include ../../../common/unix-debug.mk
include build.mk