diff options
author | Vika <vika@fireburn.ru> | 2024-09-04 22:15:32 +0300 |
---|---|---|
committer | Vika <vika@fireburn.ru> | 2024-09-04 22:15:32 +0300 |
commit | 406509dc549cb58d788a3dbd5572f28008c84546 (patch) | |
tree | aff6115c0bfbd12ca447503d6d850feccfd9ad89 /meson.options | |
parent | f16cac2d35487b1772d1c2524ed223c779f45f23 (diff) | |
download | bowl-406509dc549cb58d788a3dbd5572f28008c84546.tar.zst |
Make LLM enhancements optional
Diffstat (limited to 'meson.options')
-rw-r--r-- | meson.options | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/meson.options b/meson.options index 7decbf0..2b9608d 100644 --- a/meson.options +++ b/meson.options @@ -7,4 +7,11 @@ option( ], value: 'default', description: 'The build profile for Bowl. One of "default" or "development".' +) + +option( + 'llm', + type: 'boolean', + value: true, + description: 'Whether to enable optional LLM enhancement features.' ) \ No newline at end of file |