File: meson.options

package info (click to toggle)
secrets 12.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,616 kB
  • sloc: python: 6,838; xml: 7; makefile: 4
file content (9 lines) | stat: -rw-r--r-- 110 bytes parent folder | download | duplicates (13)
1
2
3
4
5
6
7
8
9
option(
  'profile',
  type: 'combo',
  choices: [
    'default',
    'development'
  ],
  value: 'default'
)