summary refs log tree commit diff
path: root/meson.options
diff options
context:
space:
mode:
authorVika <vika@fireburn.ru>2024-09-04 22:15:32 +0300
committerVika <vika@fireburn.ru>2024-09-04 22:15:32 +0300
commit406509dc549cb58d788a3dbd5572f28008c84546 (patch)
treeaff6115c0bfbd12ca447503d6d850feccfd9ad89 /meson.options
parentf16cac2d35487b1772d1c2524ed223c779f45f23 (diff)
Make LLM enhancements optional
Diffstat (limited to 'meson.options')
-rw-r--r--meson.options7
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