Function cranelift_codegen::dbg::enabled [−][src]
pub fn enabled() -> bool
Is debug tracing enabled?
Debug tracing can be enabled by setting the CRANELIFT_DBG environment variable to something
other than 0.
This inline function turns into a constant false when debug assertions are disabled.