Skip to content

Commit

Permalink
2024-03-22 08:53:37
Browse files Browse the repository at this point in the history
  • Loading branch information
mohanson committed Mar 22, 2024
1 parent f8d191a commit f453158
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ fn setup_compiler_flags(build: &mut cc::Build) {
}
} else if compiler.is_like_gnu() {
build
.flag("-O3")
.flag("-nostartfiles")
.flag("-Wno-dangling-pointer")
.flag("-Wno-nonnull-compare");
Expand Down

0 comments on commit f453158

Please sign in to comment.