diff options
author | Christoph Haag <[email protected]> | 2018-09-18 01:08:07 +0200 |
---|---|---|
committer | Dylan Baker <[email protected]> | 2018-09-20 06:08:50 -0700 |
commit | b01834b56c2b0da4366ec4e780e1d1bc7246c6eb (patch) | |
tree | 641f7973f7be7a91757f396c58c07041b38ddfe9 /meson_options.txt | |
parent | 0abce6d7700ee42eb00c787732ec1fdefe250d03 (diff) |
meson: add option to statically link llvm
Reviewed-by: Dylan Baker <[email protected]>
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', |