diff options
Diffstat (limited to 'meson_options.txt')
-rw-r--r-- | meson_options.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt index 1b90f5ced88..b44c93df001 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -143,6 +143,12 @@ option( description : 'Build with valgrind support if possible' ) option( + 'libunwind', + type : 'boolean', + value : true, + description : 'Use libunwind for stack-traces if possible' +) +option( 'build-tests', type : 'boolean', value : false, |