option('wchar_mode', type: 'boolean', value: false, description: 'Enable wchar_t mode')
option('compact', type: 'boolean', value: false)

# the "no_" here is silly, but it's needed to derive defines
option('no_xpath', type: 'boolean', value: false)
option('no_stl', type: 'boolean', value: false)
option('no_exceptions', type: 'boolean', value: false)
