We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27ee290 commit 924c972Copy full SHA for 924c972
1 file changed
src/lib.rs
@@ -76,7 +76,8 @@ impl Build {
76
.target(target)
77
.host(host)
78
.warnings(false)
79
- .opt_level(2);
+ .opt_level(2)
80
+ .cargo_metadata(false);
81
82
match target {
83
_ if target.contains("linux") => {
0 commit comments