summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorChristoph Haag <christoph.haag@collabora.com>2018-09-18 01:08:07 +0200
committerDylan Baker <dylan@pnwbakers.com>2018-09-20 06:08:50 -0700
commitb01834b56c2b0da4366ec4e780e1d1bc7246c6eb (patch)
tree641f7973f7be7a91757f396c58c07041b38ddfe9 /meson_options.txt
parent0abce6d7700ee42eb00c787732ec1fdefe250d03 (diff)
meson: add option to statically link llvm
Reviewed-by: Dylan Baker <dylan@pnwbakers.com>
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt6
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',