1
0
mirror of https://github.com/wolfpld/tracy synced 2025-04-29 04:23:51 +00:00
tracy/profiler/build/unix/release.mk
2021-01-26 19:39:24 +01:00

7 lines
123 B
Makefile

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