Module Dynloader.Compilation_config
type t={preprocessor : Preprocessor.t;}
val default : tThe specified preprocessor will be used to build the source files. By default no preprocessing is applied.
Dynloader.Compilation_configtype t = {preprocessor : Preprocessor.t; |
}val default : tThe specified preprocessor will be used to build the source files. By default no preprocessing is applied.