summaryrefslogtreecommitdiff
path: root/meson_options.txt
blob: 76f5eedb12103d687bb0784a9824a3ccf6b29e4c (plain)
1
2
3
option('introspection', type: 'boolean', value: true, description: 'Enable GObject Introspection (depends on GObject)')
option('tracing', type: 'boolean', value: false, description: 'Enable application tracing')
option('profile', type: 'combo', choices: ['default', 'development'], value: 'default', description: 'Build profiles')