Skip to content

Commit 924c972

Browse files
committed
Don't print cargo metadata by default
1 parent 27ee290 commit 924c972

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/lib.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,8 @@ impl Build {
7676
.target(target)
7777
.host(host)
7878
.warnings(false)
79-
.opt_level(2);
79+
.opt_level(2)
80+
.cargo_metadata(false);
8081

8182
match target {
8283
_ if target.contains("linux") => {

0 commit comments

Comments
 (0)