Merge "Enable overflow checks in Rust"

This commit is contained in:
Matthew Maurer
2021-04-26 20:46:21 +00:00
committed by Gerrit Code Review

View File

@@ -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",
}