Skip to content

Refactor the configuration options

Ludovico de Nittis requested to merge wip/denittis/improve_config into master
  • Move the configuration options to the root config file

    Instead of having the options scattered in different sub-directories it's easier to maintain them if they are all located in a single file.

    The only exceptions are the options that would be wrong to be set project wide, e.g. G_LOG_DOMAIN.

  • When the multiarch is not known, don't define _SRT_MULTIARCH

    When the multiarch tuple was not known, we used to set _SRT_MULTIARCH to the empty string. However if we want to use the preprocessor directives to change the behavior based on whenever the multiarch tuple is a known value, it will be way easier to simply check if _SRT_MULTIARCH has been defined or not.

Merge request reports

Loading