Update meson_options.txt

This allows superprojects to override the tracy_enable option
This commit is contained in:
Tyler 2023-11-02 10:17:28 -04:00 committed by GitHub
parent 0b21b2f3b4
commit d0a4abeef5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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')