1
0
mirror of https://github.com/wolfpld/tracy synced 2025-04-29 04:23:51 +00:00
tracy/csvexport/build/unix/release.mk
2020-07-11 12:26:01 +03:00

8 lines
113 B
Makefile

ARCH := $(shell uname -m)
CFLAGS := -O3 -s -march=native
DEFINES := -DNDEBUG
BUILD := release
include build.mk