about summary refs log tree commit diff
path: root/src/bootstrap
diff options
context:
space:
mode:
authorNick Cameron <ncameron@mozilla.com>2017-08-03 10:20:01 +1200
committerNick Cameron <ncameron@mozilla.com>2017-08-03 16:31:25 +1200
commit2683ba631b41aae266dfc2a8661ca9442db96a2d (patch)
tree81fae31caa6469ad6a02b1448b4fe1ae008f9777 /src/bootstrap
parent5abbf798e7dc1a9bfbe287d3d3d19e764b28225b (diff)
downloadrust-2683ba631b41aae266dfc2a8661ca9442db96a2d.tar.gz
rust-2683ba631b41aae266dfc2a8661ca9442db96a2d.zip
Appease tidy and fix save-analysis config for dist builds
Diffstat (limited to 'src/bootstrap')
-rw-r--r--src/bootstrap/bin/rustc.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bootstrap/bin/rustc.rs b/src/bootstrap/bin/rustc.rs
index ac2e3bc402a..f6ed4ee91b3 100644
--- a/src/bootstrap/bin/rustc.rs
+++ b/src/bootstrap/bin/rustc.rs
@@ -188,7 +188,7 @@ fn main() {
             cmd.arg("-Zsave-analysis");
             cmd.env("RUST_SAVE_ANALYSIS_CONFIG",
                     "{\"output_file\": null,\"full_docs\": false,\"pub_only\": true,\
-                     \"signatures\": false,\"borrow_data\": false}");
+                     \"distro_crate\": true,\"signatures\": false,\"borrow_data\": false}");
         }
 
         // Dealing with rpath here is a little special, so let's go into some