From d0a4abeef520ade576fc1cdf0db27ea5806444a1 Mon Sep 17 00:00:00 2001 From: Tyler Date: Thu, 2 Nov 2023 10:17:28 -0400 Subject: [PATCH] Update meson_options.txt This allows superprojects to override the tracy_enable option --- meson_options.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson_options.txt b/meson_options.txt index 3fad341c..5fd92d3d 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -1,4 +1,4 @@ -option('tracy_enable', type : 'boolean', value : true, description : 'Enable profiling') +option('tracy_enable', type : 'boolean', value : true, description : 'Enable profiling', yield: true) option('tracy_on_demand', type : 'boolean', value : false, description : 'On-demand profiling') option('tracy_callstack', type : 'boolean', value : false, description : 'Enfore callstack collection for tracy regions') option('tracy_no_callstack', type : 'boolean', value : false, description : 'Disable all callstack related functionality')