加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
meson.options 980 Bytes
一键复制 编辑 原始数据 按行查看 历史
option('libonly', type: 'boolean', description: 'Build library only')
option('tests', type: 'feature', description: 'Build tests')
option(
'openpower-pel-extension',
type: 'feature',
description: 'Create PELs',
value: 'disabled'
)
option('yamldir', type: 'string', description: 'Path to YAML')
option(
'callout_yaml',
type: 'string',
value: 'callouts/callouts-example.yaml',
description: 'Path to Callout YAML',
)
option(
'error_cap',
type: 'integer',
value: 200,
description: 'Max number of error enttries allowed for commit',
)
option(
'error_info_cap',
type: 'integer',
value: 10,
description: 'Cap on informational (and below) severity errors',
)
option(
'phal',
type: 'feature',
value: 'disabled',
description: 'Enable support for PHAL',
)
option(
'rsyslog_server_conf',
type: 'string',
value: '/etc/rsyslog.d/server.conf',
description: 'Path to rsyslog server conf file',
)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化