Skip to content

Commit

Permalink
Merge pull request #280 from dtolnay/depinfo
Browse files Browse the repository at this point in the history
Emit dep-info for probe.rs in case sccache needs it
  • Loading branch information
dtolnay committed Jan 2, 2024
2 parents 447c328 + fd7d7a5 commit 322a2ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ fn compile_probe(rustc_bootstrap: bool) -> bool {
.arg("--edition=2018")
.arg("--crate-name=thiserror")
.arg("--crate-type=lib")
.arg("--emit=metadata")
.arg("--emit=dep-info,metadata")
.arg("--out-dir")
.arg(out_dir)
.arg(probefile);
Expand Down

0 comments on commit 322a2ae

Please sign in to comment.