diff options
| author | Nick Cameron <ncameron@mozilla.com> | 2017-08-03 10:20:01 +1200 |
|---|---|---|
| committer | Nick Cameron <ncameron@mozilla.com> | 2017-08-03 16:31:25 +1200 |
| commit | 2683ba631b41aae266dfc2a8661ca9442db96a2d (patch) | |
| tree | 81fae31caa6469ad6a02b1448b4fe1ae008f9777 /src/bootstrap | |
| parent | 5abbf798e7dc1a9bfbe287d3d3d19e764b28225b (diff) | |
| download | rust-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.rs | 2 |
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 |
