Merge "Enable overflow checks in Rust" am: 5fa13b8457
am: 3b9f1171d1
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/1659257 Change-Id: I74a89fed25afbc8d287cc7203a456322e95ae9d8
This commit is contained in:
@@ -47,6 +47,7 @@ var (
|
||||
"-C debuginfo=2",
|
||||
"-C opt-level=3",
|
||||
"-C relocation-model=pic",
|
||||
"-C overflow-checks=on",
|
||||
// Use v0 mangling to distinguish from C++ symbols
|
||||
"-Z symbol-mangling-version=v0",
|
||||
}
|
||||
|
Reference in New Issue
Block a user