Module Dynloader.Compilation_config

type t = {
preprocessor : Preprocessor.t;
}
val default : t

The specified preprocessor will be used to build the source files. By default no preprocessing is applied.