diff options
Diffstat (limited to 'meson.options')
-rw-r--r-- | meson.options | 10 |
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 |