Skip to content

Commit

Permalink
Disable unwinder linking for now
Browse files Browse the repository at this point in the history
  • Loading branch information
petrhosek committed Dec 28, 2024
1 parent 5d9fcda commit 1893bf8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bazel/toolchain/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ cc_args(
name = "llvm-libc_args",
actions = ["@rules_cc//cc/toolchains/actions:link_actions"],
args = [
"--unwindlib=none",
"-nostdlib++",
"-nostartfiles",
"-Wl,-lc++",
Expand Down

0 comments on commit 1893bf8

Please sign in to comment.