Function cretonne_codegen::dbg::enabled[][src]

pub fn enabled() -> bool

Is debug tracing enabled?

Debug tracing can be enabled by setting the CRETONNE_DBG environment variable to something other than 0.

This inline function turns into a constant false when debug assertions are disabled.