tracy/csvexport/build/unix/release.mk

8 lines
113 B
Makefile
Raw Normal View History

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