Merge "rust: Use v0 mangling format globally"

This commit is contained in:
Matthew Maurer
2021-02-02 20:30:56 +00:00
committed by Gerrit Code Review

View File

@@ -47,6 +47,8 @@ var (
"-C debuginfo=2",
"-C opt-level=3",
"-C relocation-model=pic",
// Use v0 mangling to distinguish from C++ symbols
"-Z symbol-mangling-version=v0",
}
deviceGlobalRustFlags = []string{