1
0
mirror of https://github.com/wolfpld/tracy synced 2025-04-29 04:23:51 +00:00
2021-01-26 22:43:50 +01:00

7 lines
115 B
Makefile

CFLAGS := -O3 -flto
DEFINES := -DNDEBUG
BUILD := release
include ../../../common/unix-release.mk
include build.mk