aboutsummaryrefslogtreecommitdiff
path: root/meson_options.txt
blob: 5903d6242e19c0b7f32761a7ae9d5022b614cbd7 (plain)
1
2
3
4
5
6
7
8
9
option (
  'profile',
  type: 'combo',
  choices: [
    'default',
    'development'
  ],
  value: 'default',
)