Rust: abort on panic
Test: build (test included in build) Bug: 162266455 Change-Id: I7f53956d3a35f923d0282d511d6360051f945a88
This commit is contained in:
committed by
Ivan Lozano
parent
700730e69e
commit
bf7a902951
@@ -49,7 +49,9 @@ var (
|
||||
"-C relocation-model=pic",
|
||||
}
|
||||
|
||||
deviceGlobalRustFlags = []string{}
|
||||
deviceGlobalRustFlags = []string{
|
||||
"-C panic=abort",
|
||||
}
|
||||
|
||||
deviceGlobalLinkFlags = []string{
|
||||
// Prepend the lld flags from cc_config so we stay in sync with cc
|
||||
|
Reference in New Issue
Block a user