Skip to content

Commit

Permalink
Merge pull request #28 from mkroening/vv
Browse files Browse the repository at this point in the history
style(build.rs): remove disabled -vv option
  • Loading branch information
mkroening authored Mar 25, 2024
2 parents 1aeaa2f + 5176ac9 commit a966156
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions rftrace/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,6 @@ fn build_backend() {
// Always output color, so eventhough we are cargo-in-cargo, we get nice error messages on build fail
cmd.args(&["--color", "always"]);

// Be very verbose
//cmd.arg("-vv");

// Redirect stdout and err, so we have live progress of compilation (?)
cmd.stdout(Stdio::inherit());
cmd.stderr(Stdio::inherit());
Expand Down

0 comments on commit a966156

Please sign in to comment.