Merge "rust: Ensure unwind tables are generated"
This commit is contained in:
commit
cd4335ae45
1 changed files with 1 additions and 0 deletions
|
@ -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",
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue