mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-08 01:28:18 +03:00
1c8b09639c
compiler: set Apple frame pointers by architecture All Apple targets stop overriding this configuration and instead use the default base of FramePointer::NonLeaf, which means some Apples will have less frame pointers in leaf functions. r? ``@madsmtm`` cc ``@thomcc``