Skip to content

Commit

Permalink
fix linux build, maybe
Browse files Browse the repository at this point in the history
  • Loading branch information
Dav1dde committed Jan 9, 2025
1 parent 6b896eb commit 50a7758
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion symbolic-demangle/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@ fn main() {
.flag_if_supported("-mmacosx-version-min=11.0.0")
.flag("-DLLVM_DISABLE_ABI_BREAKING_CHECKS_ENFORCING=1")
.flag("-DSWIFT_STDLIB_HAS_TYPE_PRINTING=1")
.flag("-Wchanges-meaning")
.warnings(false)
.include("vendor/swift/include")
.compile("swiftdemangleabc");
.compile("swiftdemangle");
}
}

0 comments on commit 50a7758

Please sign in to comment.