tracy/profiler/build/wasm/debug.mk

8 lines
152 B
Makefile
Raw Normal View History

2022-09-29 22:57:53 +00:00
CFLAGS := -g3 -gsource-map -Wall
DEFINES := -DDEBUG
BUILD := debug
LIBS := -sDEMANGLE_SUPPORT=1
include ../../../common/unix-debug.mk
include build.mk