File: meson.options

package info (click to toggle)
gnome-console 49.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,500 kB
  • sloc: ansic: 13,699; xml: 19; sh: 11; makefile: 10
file content (8 lines) | stat: -rw-r--r-- 199 bytes parent folder | download
1
2
3
4
5
6
7
8
option(
  'devel',
  type: 'boolean',
  value: false,
  description: 'Produce a parallel installable development build',
)

option('tests', type: 'boolean', value: true, description: 'Enable tests')