summaryrefslogtreecommitdiff
path: root/meson_options.txt
blob: fdc3bb604f3cc0e01c820382e659fec2c7ec8786 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
option('developer_mode',
  type: 'boolean',
  value: false,
  description: 'Enable developer mode'
)

option('distributor_name',
  type: 'string',
  value: 'GNOME Web',
  description: 'Distributor name displayed on process crash page'
)

option('enable_https_everywhere',
  type: 'boolean',
  value: false,
  description: 'Enable experimental HTTPS Everywhere support'
)

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