Skip to content

Commit 8c79ed2

Browse files
authored
Check linking when testing if compiler flags are supported (#1322)
1 parent 5673a3f commit 8c79ed2

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Diff for: src/lib.rs

-3
Original file line numberDiff line numberDiff line change
@@ -725,9 +725,6 @@ impl Build {
725725
},
726726
);
727727

728-
// Checking for compiler flags does not require linking
729-
cmd.arg("-c");
730-
731728
cmd.arg(&src);
732729

733730
let output = cmd.output()?;

0 commit comments

Comments
 (0)