Constant clefviewer::build::BUILD_RUST_CHANNEL
source · pub const BUILD_RUST_CHANNEL: &str = r#"release"#;
Expand description
The debug configuration with which the project was built.
Note that this is not the Rust channel, but either debug
or release
, depending on whether debug assertions were enabled in the build or not.