Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
imrn99 authored May 15, 2024
2 parents 1e01c21 + 3629d41 commit b3a2d6c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions metis-sys/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -129,9 +129,6 @@ fn build_lib() {
#[cfg(any(not(debug_assertions), feature = "force-optimize-vendor"))]
build.define("NDEBUG", None).define("NDEBUG2", None);

#[cfg(feature = "force-optimize-vendor")]
build.no_default_flags(true).opt_level(3).debug(false);

// METIS triggers an infinite amount of warnings and showing them to users
// downstream does not really help.
build.warnings(false);
Expand Down

0 comments on commit b3a2d6c

Please sign in to comment.