commit | 1fecba1f722c82345a9d5905f2f11be470aee613 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Wed Feb 08 05:13:18 2023 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Feb 08 05:13:18 2023 +0000 |
tree | bc8960ae6726f586f072d93b6e24c4423b8c19e9 | |
parent | ad39ba8598a2eb25bf25f100ac66493a90d6150c [diff] | |
parent | 91c8f259ebf3a112011083cfc83c5e9255c5fd3c [diff] |
Merge "Pass -C panic=abort to rustc linux bionic compilations"
diff --git a/rust/config/x86_linux_bionic_host.go b/rust/config/x86_linux_bionic_host.go index b1a2c17..79c40ce 100644 --- a/rust/config/x86_linux_bionic_host.go +++ b/rust/config/x86_linux_bionic_host.go
@@ -21,7 +21,9 @@ ) var ( - LinuxBionicRustFlags = []string{} + LinuxBionicRustFlags = []string{ + "-C panic=abort", + } LinuxBionicRustLinkFlags = []string{ "-B${cc_config.ClangBin}", "-fuse-ld=lld",