tracy/profiler/build/unix/release.mk

7 lines
115 B
Makefile
Raw Normal View History

2021-01-26 21:43:50 +00:00
CFLAGS := -O3 -flto
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