Skip to content

Commit 9b895e8

Browse files
committed
mistakes
1 parent 34324b6 commit 9b895e8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

meson_options.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)