mesonbuild/meson

Generic overrider functionality

Aberta

#3.001 aberto em 31 de jan. de 2018

 (9 comentários) (12 reações) (1 responsável)Python (1.465 forks)batch import
enhancementhelp wantedparser/interpreter

Métricas do repositório

Stars
 (4.978 estrelas)
Métricas de merge de PR
 (Mesclagem média 139d 13h) (51 fundiu PRs em 30d)

Description

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.

Guia do colaborador