tracy/profiler/build/wasm/release.mk
2022-10-02 01:02:27 +02:00

11 lines
171 B
Makefile

CFLAGS := -Os
ifndef TRACY_NO_LTO
CFLAGS += -flto
endif
DEFINES := -DNDEBUG
BUILD := release
LIBS := --closure 1
include ../../../common/unix-release.mk
include build.mk