mirror of
https://github.com/wolfpld/tracy
synced 2025-04-29 12:23:53 +00:00
Merge pull request #654 from tmayoff/patch-1
Update meson_options.txt to allow overriding of tracy_enable
This commit is contained in:
commit
95be71e974
@ -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_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_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')
|
option('tracy_no_callstack', type : 'boolean', value : false, description : 'Disable all callstack related functionality')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user