mesonbuild/meson

Generic overrider functionality

开放

#3,001 创建于 2018年1月31日

 (9 条评论) (12 个反应) (1 位负责人)Python (1,465 个派生)batch import
enhancementhelp wantedparser/interpreter

仓库指标

星标
 (4,978 个星标)
PR 合并指标
 (平均合并 139天 13小时) (30 天内合并 51 个 PR)

描述

There are a ton of niggly one-off things people want to do which are reasonable to do but tricky and laborious to do by editing build definitions. Some edits can not even be done because they would touch subprojects. Examples of these include:

  • changing the build type of some target to be shared or static
  • change optimization level of one target (because, for example, compiler bugs)
  • install or not install files from a given target or an entire subproject
  • etc

All of these should be doable without changing the build definition files. One solution would be to add a Meson switch to read and use a file with these definitions.

贡献者指南