mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 10:41:50 +00:00
8 lines
152 B
Makefile
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
|