summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorDavid Härdeman <david@hardeman.nu>2020-06-23 00:45:13 +0200
committerDavid Härdeman <david@hardeman.nu>2020-06-23 00:45:13 +0200
commit7c6a78910429f2fa6cb3f0570e66c782d2f17748 (patch)
tree1aa33c3a2a61ae5409111dd115dc99ae0a5b8124 /meson_options.txt
parentfa25599e90a7535a02641ef03ccfc138cf5c8fd3 (diff)
Add some more meson options
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
new file mode 100644
index 0000000..a379ce7
--- /dev/null
+++ b/meson_options.txt
@@ -0,0 +1,4 @@
+option ('profile',
+ type: 'combo',
+ choices: [ 'default', 'development'],
+ value: 'default')