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

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

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