enable fp-elim when debug info is disabled
This can almost be fully disabled, as it no longer breaks retrieving a backtrace on OS X as verified by @alexcrichton. However, it still breaks retrieving the values of parameters. This should be fixable in the future via a proper location list... Closes #7477
This commit is contained in:
parent
17c42db6d1
commit
cb263e875e
4 changed files with 10 additions and 7 deletions
|
|
@ -244,6 +244,3 @@ fn main() {
|
|||
while_expr(40, 41, 42);
|
||||
loop_expr(43, 44, 45);
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue