We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34324b6 commit 9b895e8Copy full SHA for 9b895e8
meson_options.txt
@@ -0,0 +1,6 @@
1
+option('profile',
2
+ type: 'combo',
3
+ description: 'Build profile',
4
+ choices: ['development', 'release'],
5
+ value: 'release'
6
+)
0 commit comments