mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 10:41:50 +00:00
Merge pull request #416 from kklobe/kk/fix-meson-options
Fix Meson options to match build
This commit is contained in:
commit
f493d4aa8b
@ -13,7 +13,8 @@ option('tracy_no_sampling', type : 'boolean', value : false, description : 'Disa
|
||||
option('tracy_no_verify', type : 'boolean', value : false, description : 'Disable zone validation for C API')
|
||||
option('tracy_no_vsync_capture', type : 'boolean', value : false, description : 'Disable capture of hardware Vsync events')
|
||||
option('tracy_no_frame_image', type : 'boolean', value : false, description : 'Disable the frame image support and its thread')
|
||||
option('tracy_no_sys_trace', type : 'boolean', value : false, description : 'Disable systrace sampling')
|
||||
option('tracy_no_system_tracing', type : 'boolean', value : false, description : 'Disable systrace sampling')
|
||||
option('tracy_timer_fallback', type : 'boolean', value : false, description : 'Use lower resolution timers')
|
||||
option('tracy_delayed_init', type : 'boolean', value : false, description : 'Enable delayed initialization of the library (init on first call)')
|
||||
option('tracy_manual_lifetime', type : 'boolean', value : false, description : 'Enable the manual lifetime management of the profile')
|
||||
option('tracy_fibers', type : 'boolean', value : false, description : 'Enable fibers support')
|
||||
|
Loading…
Reference in New Issue
Block a user