Welcome to mirror list, hosted at ThFree Co, Russian Federation.

release.mk « unix « build « capture - github.com/wolfpld/tracy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b59abd5c5fa582734a19ec1bac13d25cdb69d210 (plain)
1
2
3
4
5
6
7
ARCH := $(shell uname -m)

CFLAGS := -O3 -s -march=native
DEFINES := -DNDEBUG
BUILD := release

include build.mk