Allow not emitting uwtable
on Android
This commit is contained in:
parent
2b8fbe6b0b
commit
f900ee331d
5 changed files with 34 additions and 2 deletions
|
@ -863,7 +863,7 @@ impl Session {
|
|||
} else if self.target.requires_uwtable {
|
||||
true
|
||||
} else {
|
||||
self.opts.cg.force_unwind_tables.unwrap_or(false)
|
||||
self.opts.cg.force_unwind_tables.unwrap_or(self.target.default_uwtable)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue