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:
Daniel Micay 2014-01-28 14:59:28 -05:00
parent 17c42db6d1
commit cb263e875e
4 changed files with 10 additions and 7 deletions

View file

@ -244,6 +244,3 @@ fn main() {
while_expr(40, 41, 42);
loop_expr(43, 44, 45);
}