1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Add emscripten build files.

This commit is contained in:
Bartosz Taudul
2022-09-30 00:57:53 +02:00
parent 78169326b3
commit ffa48be2d9
5 changed files with 64 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
CFLAGS := -g3 -gsource-map -Wall
DEFINES := -DDEBUG
BUILD := debug
LIBS := -sDEMANGLE_SUPPORT=1
include ../../../common/unix-debug.mk
include build.mk