option(
    'app_id_suffix',
    type: 'combo',
    choices: ['', '.Devel'],
    value: '',
    description: 'Value will be appended to the app id.',
)
option(
    'perfs_tests',
    type: 'boolean',
    value: false,
    description: 'Build complete games AI perfs and regression tests',
)
