12 lines
194 B
Meson
Raw Normal View History

option('enable_debug_logging',
type: 'boolean',
value: false,
description: 'Enable debug logging'
)
option('tests',
type: 'boolean',
value: false,
description: 'Build test suite'
)