Skip to content

Commit

Permalink
Check linking when testing if compiler flags are supported (#1322)
Browse files Browse the repository at this point in the history
  • Loading branch information
clubby789 authored Dec 18, 2024
1 parent 5673a3f commit 8c79ed2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -725,9 +725,6 @@ impl Build {
},
);

// Checking for compiler flags does not require linking
cmd.arg("-c");

cmd.arg(&src);

let output = cmd.output()?;
Expand Down

0 comments on commit 8c79ed2

Please sign in to comment.