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