tracy/profiler/build/wasm/release.mk

11 lines
171 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-01 23:02:27 +00:00
LIBS := --closure 1
2022-09-29 22:57:53 +00:00
include ../../../common/unix-release.mk
include build.mk