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 5676ef5e45d..18c03921db2 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -238,6 +238,12 @@ option( description : 'Build with LLVM support.' ) option( + 'shared-llvm', + type : 'boolean', + value : true, + description : 'Whether to link llvm shared or statically.' +) +option( 'valgrind', type : 'combo', value : 'auto', |