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:
authorAndrey Voroshilov <avoroshilov@nvidia.com>2020-07-19 04:20:49 +0300
committerAndrey Voroshilov <avoroshilov@nvidia.com>2020-07-19 04:20:49 +0300
commit416259fdb7580eea9fbabeb14483a3f935f35c03 (patch)
treeab6f336c7538bfcc1ba9b79a02af8ddde25995a5 /.github
parent47683d3b907466af25d7f3e7b303158500437441 (diff)
Adding clean run for the TRACY_MANUAL_LIFETIME testing target
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/gcc.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/gcc.yml b/.github/workflows/gcc.yml
index bfbf351a..91fe6740 100644
--- a/.github/workflows/gcc.yml
+++ b/.github/workflows/gcc.yml
@@ -40,4 +40,5 @@ jobs:
make -j -C test
make -j -C test clean
make -j -C test TRACYFLAGS=-DTRACY_ON_DEMAND
+ make -j -C test clean
make -j -C test TRACYFLAGS="-DTRACY_DELAYED_INIT -DTRACY_MANUAL_LIFETIME"