tracy/profiler/build/unix/release.mk
2022-12-20 00:35:43 +01:00

15 lines
208 B
Makefile

CFLAGS := -O3
ifndef TRACY_NO_LTO
CFLAGS += -flto
endif
DEFINES := -DNDEBUG
BUILD := release
include ../../../common/unix-release.mk
ifeq ($(LEGACY),1)
include legacy.mk
else
include build.mk
endif