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-13 18:13:42 +0300
committerAndrey Voroshilov <avoroshilov@nvidia.com>2020-07-13 18:13:42 +0300
commit47683d3b907466af25d7f3e7b303158500437441 (patch)
tree975571ec19ef8cd9a2aaf772838af24500f7f26c /.github
parentcbfb19816b7cd1b48a5e40a6feb9c7bfa4b70a87 (diff)
Added `TRACY_MANUAL_LIFETIME` test compile
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 7a71bfef..bfbf351a 100644
--- a/.github/workflows/gcc.yml
+++ b/.github/workflows/gcc.yml
@@ -40,3 +40,4 @@ jobs:
make -j -C test
make -j -C test clean
make -j -C test TRACYFLAGS=-DTRACY_ON_DEMAND
+ make -j -C test TRACYFLAGS="-DTRACY_DELAYED_INIT -DTRACY_MANUAL_LIFETIME"