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

release.mk « unix « build « update - github.com/wolfpld/tracy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: dcd41b0da367a7f256d7edfb521b94310486f4e9 (plain)
1
2
3
4
5
6
CFLAGS := -O3 -march=native
DEFINES := -DNDEBUG
BUILD := release

include ../../../common/unix-release.mk
include build.mk