summary refs log tree commit diff
path: root/meson.options
diff options
context:
space:
mode:
Diffstat (limited to 'meson.options')
-rw-r--r--meson.options10
1 files changed, 10 insertions, 0 deletions
diff --git a/meson.options b/meson.options
new file mode 100644
index 0000000..7decbf0
--- /dev/null
+++ b/meson.options
@@ -0,0 +1,10 @@
+option(
+  'profile',
+  type: 'combo',
+  choices: [
+    'default',
+    'development'
+  ],
+  value: 'default',
+  description: 'The build profile for Bowl. One of "default" or "development".'
+)
\ No newline at end of file