diff --git a/src/lib.rs b/src/lib.rs index fb80a66..8420026 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -310,8 +310,6 @@ impl Config { let profile = self.profile.clone().unwrap_or_else(|| { match &getenv_unwrap("PROFILE")[..] { "bench" | "release" => "Release", - // currently we need to always use the same CRT for MSVC - _ if msvc => "Release", _ => "Debug", }.to_string() });