Skip to content

Commit

Permalink
fix(demangle): Suppresses c++ warnings on older GCCs
Browse files Browse the repository at this point in the history
  • Loading branch information
Dav1dde committed Jan 9, 2025
1 parent c142946 commit 3fa6035
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion symbolic-demangle/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ fn main() {
"vendor/swift/lib/Demangling/Remangler.cpp",
])
.flag_if_supported("-std=c++17")
.flag_if_supported("-mmacosx-version-min=11.0.0")
.flag_if_supported("-fpermissive")
.flag_if_supported("-Wno-changes-meaning")
.flag("-DLLVM_DISABLE_ABI_BREAKING_CHECKS_ENFORCING=1")
.flag("-DSWIFT_STDLIB_HAS_TYPE_PRINTING=1")
Expand Down

0 comments on commit 3fa6035

Please sign in to comment.