inheritedBuildOptions

All build options that will be inherited upwards in the dependency graph

Build options in this category fulfill one of the following properties:

  • The option affects the semantics of the generated code
  • The option affects if a certain piece of code is valid or not
  • The option enabled meta information in dependent projects that are useful for the dependee (e.g. debug information)
enum Flags!BuildOption inheritedBuildOptions;

Meta