Merge "rust: Use v0 mangling format globally"
This commit is contained in:
@@ -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{
|
||||
|
Reference in New Issue
Block a user