1 General overview

mfront handles the compilation of shared libraries. More precisely, the compilation phase is delegated to external tools called generators in the mfront wording. mfront currently supports two generators: make and cmake.

In both cases, the compilation process can be affected by defining any of the following optional environment variables:

Those compiler flags are completed by the following outputs of tfel-config depending on the level of optimisation requested by the user using the --obuild command line option of mfront:

If the -g command line option is passed to mfront, those flags are completed by the following output of tfel-config: tfel-config --debug-flags.

2 Variables affecting the make generator

3 Variables affecting the cmake generator