tracy/profiler/build/unix/release.mk

7 lines
109 B
Makefile
Raw Normal View History

CFLAGS := -O3
2017-09-15 20:45:23 +00:00
DEFINES := -DNDEBUG
BUILD := release
2017-09-15 20:45:23 +00:00
2021-01-26 18:39:24 +00:00
include ../../../common/unix-release.mk
2017-09-15 20:45:23 +00:00
include build.mk