Merge "rust: Ensure unwind tables are generated"

This commit is contained in:
Ivan Lozano 2021-12-02 17:39:52 +00:00 committed by Gerrit Code Review
commit cd4335ae45

View file

@ -47,6 +47,7 @@ var (
"-C opt-level=3",
"-C relocation-model=pic",
"-C overflow-checks=on",
"-C force-unwind-tables=yes",
// Use v0 mangling to distinguish from C++ symbols
"-Z symbol-mangling-version=v0",
}