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: ccf07661beac3f4d5f8dabbcd6c0e4102c3a3237 (plain)
1
2
3
4
5
6
7
8
9
CFLAGS := -O3
ifndef TRACY_NO_LTO
CFLAGS += -flto
endif
DEFINES := -DNDEBUG
BUILD := release

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