Skip to content

Commit

Permalink
Update intel-sat repository and disable compilation warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
Dekker1 committed Jun 25, 2024
1 parent 789971a commit 4949be4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crates/pindakaas-intel-sat/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ fn main() {
let mut builder = cc::Build::new();
let build = builder.cpp(true).flag_if_supported("-std=c++20");
change_ipasir_prefix(build, "intel_sat");
build.files(src).compile("intel_sat");
build.files(src).cargo_warnings(false).compile("intel_sat");
}
2 changes: 1 addition & 1 deletion crates/pindakaas-intel-sat/vendor/intel_sat

0 comments on commit 4949be4

Please sign in to comment.