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 5d3805e877..80af0224be 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -233,6 +233,12 @@ option( description : 'Build with LLVM support.' ) option( + 'llvm-wrap', + type : 'string', + value : '', + description : 'Use LLVM wrap dependency. This bypasses llvm-config, and is useful for cross compiling. This should be set to the value of the suproject. It expects an external_dependency called "ext_llvm"', +) +option( 'valgrind', type : 'combo', value : 'auto', |