diff options
Diffstat (limited to 'meson_options.txt')
-rw-r--r-- | meson_options.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt index 7a59fa2b..b0395b5e 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -14,3 +14,7 @@ option('use_fontconfig', description : 'Force using FontConfig where it is optional, on Windows and macOS. This is ignored on platforms where it is required', type: 'boolean', value: 'false') +option('sysprof', + type : 'feature', + value : 'disabled', + description : 'include tracing support for sysprof') |