[][src]Constant weld::CONF_DUMP_CODE_FORMATS_KEY

pub const CONF_DUMP_CODE_FORMATS_KEY: &str = "weld.compile.dumpCodeFormats";

Specifies the formats to dump for dumped code.

This key does not have an explicit default value: if it is not specified, all formats are dumped. The possible formats are:

weld,weldopt,llvm,llvmopt,sir,assembly.

This parameter should be set for compilation.