meson: add option to statically link llvm

Reviewed-by: Dylan Baker <dylan@pnwbakers.com>
This commit is contained in:
Christoph Haag
2018-09-18 01:08:07 +02:00
committed by Dylan Baker
parent 0abce6d770
commit b01834b56c
2 changed files with 10 additions and 0 deletions

View File

@@ -237,6 +237,12 @@ option(
choices : ['auto', 'true', 'false'],
description : 'Build with LLVM support.'
)
option(
'shared-llvm',
type : 'boolean',
value : true,
description : 'Whether to link llvm shared or statically.'
)
option(
'valgrind',
type : 'combo',