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

github.com/wolfpld/tracy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBartosz Taudul <wolf.pld@gmail.com>2020-10-03 14:45:11 +0300
committerBartosz Taudul <wolf.pld@gmail.com>2020-10-03 14:45:11 +0300
commit4394d396f5b3fa84922f54248f3aa908bb0f556d (patch)
tree1eb6f8e202a44deefb39c9a77d82e5c858064caf /capture
parentfc1b03d67d9d6065d4f986ab9f20d8a24532988f (diff)
Build release target by default.
Diffstat (limited to 'capture')
-rw-r--r--capture/build/unix/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/capture/build/unix/Makefile b/capture/build/unix/Makefile
index 3b50301c..c70c51dd 100644
--- a/capture/build/unix/Makefile
+++ b/capture/build/unix/Makefile
@@ -1,4 +1,4 @@
-all: debug
+all: release
debug:
@+make -f debug.mk all