diff --git a/meson.build b/meson.build index dd8da326..64d5b4eb 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('tracy', ['cpp'], version: '0.10.0', meson_version: '>=0.60.0') +project('tracy', ['cpp'], version: '0.10.0', meson_version: '>=0.54.0') # internal compiler flags tracy_compile_args = [] diff --git a/meson_options.txt b/meson_options.txt index c19a755c..5fd92d3d 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -19,5 +19,5 @@ option('tracy_timer_fallback', type : 'boolean', value : false, description : 'U 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') -option('tracy_shared_libs', type : 'boolean', value : false, description : 'Builds Tracy as a shared object (deprecated: please specify default_library=shared)', deprecated : true) +option('tracy_shared_libs', type : 'boolean', value : false, description : 'Builds Tracy as a shared object') option('tracy_no_crash_handler', type : 'boolean', value : false, description : 'Disable crash handling')