Skip to content

Commit 6256d44

Browse files
maurerGerrit Code Review
authored andcommitted
Merge "Disable overflow checks for compiler-builtins"
2 parents 2c37bf4 + cfda165 commit 6256d44

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Android.bp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,8 @@ rust_library_rlib {
140140
flags: [
141141
"-C",
142142
"panic=abort",
143+
"-C",
144+
"overflow-checks=off",
143145
],
144146
edition: "2015",
145147
}

0 commit comments

Comments
 (0)