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

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

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