tracy/profiler/build/wasm/release.mk

11 lines
174 B
Makefile
Raw Normal View History

2022-09-29 22:57:53 +00:00
CFLAGS := -Os
ifndef TRACY_NO_LTO
CFLAGS += -flto
endif
DEFINES := -DNDEBUG
BUILD := release
2022-10-08 12:54:54 +00:00
LIBS := -sASSERTIONS=0
2022-09-29 22:57:53 +00:00
include ../../../common/unix-release.mk
include build.mk