]> git.lizzy.rs Git - rust.git/commitdiff
Auto merge of #39379 - segevfiner:fix-backtraces-on-i686-pc-windows-gnu, r=alexcrichton
authorbors <bors@rust-lang.org>
Tue, 31 Jan 2017 11:18:22 +0000 (11:18 +0000)
committerbors <bors@rust-lang.org>
Tue, 31 Jan 2017 11:18:22 +0000 (11:18 +0000)
Fix backtraces on i686-pc-windows-gnu by disabling FPO

This might have performance implications. But do note that MSVC
disables FPO by default nowadays and it's use is limited in exception
heavy languages like C++.

See discussion in: #39234
Closes: #28218

Trivial merge