summary refs log tree commit diff
path: root/meson.options
diff options
context:
space:
mode:
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