]> git.lizzy.rs Git - rust.git/blobdiff - src/bootstrap/config.rs
Deal with spaces in the rust version.
[rust.git] / src / bootstrap / config.rs
index d71f31704209eb1b895956fe5acd46f37589509f..d64ca95d24392ab1221c90d6974eb122bf42d955 100644 (file)
@@ -734,7 +734,7 @@ pub fn parse(args: &[String]) -> Config {
 
         let with_defaults = |debuginfo_level_specific: Option<u32>| {
             debuginfo_level_specific.or(debuginfo_level).unwrap_or(if debug == Some(true) {
-                2
+                1
             } else {
                 0
             })