Skip to content

Commit f493d4a

Browse files
authored
Merge pull request wolfpld#416 from kklobe/kk/fix-meson-options
Fix Meson options to match build
2 parents a8511d3 + 64e9f5e commit f493d4a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎meson_options.txt‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ option('tracy_no_sampling', type : 'boolean', value : false, description : 'Disa
1313
option('tracy_no_verify', type : 'boolean', value : false, description : 'Disable zone validation for C API')
1414
option('tracy_no_vsync_capture', type : 'boolean', value : false, description : 'Disable capture of hardware Vsync events')
1515
option('tracy_no_frame_image', type : 'boolean', value : false, description : 'Disable the frame image support and its thread')
16-
option('tracy_no_sys_trace', type : 'boolean', value : false, description : 'Disable systrace sampling')
16+
option('tracy_no_system_tracing', type : 'boolean', value : false, description : 'Disable systrace sampling')
17+
option('tracy_timer_fallback', type : 'boolean', value : false, description : 'Use lower resolution timers')
1718
option('tracy_delayed_init', type : 'boolean', value : false, description : 'Enable delayed initialization of the library (init on first call)')
1819
option('tracy_manual_lifetime', type : 'boolean', value : false, description : 'Enable the manual lifetime management of the profile')
1920
option('tracy_fibers', type : 'boolean', value : false, description : 'Enable fibers support')

0 commit comments

Comments
 (0)