1 2 3 4 5 6 7
pub fn build_profile() -> &'static str { env!("VERTIGO_PROFILE") } pub fn release_build() -> bool { build_profile() == "release" }