devusage.md 1 KB

The loader objectives are

  1. provides a common mechanism to prevent an executable to include code that is only used under specific configurations, without rebuilding the code
  2. Provide a common mechanism to allow to choose between different implementations of a given set of functions, without rebuilding the code

As a developer you may need to look at these sections:

Loader usage examples can be found in oai sources:

loader home page