Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 343 Bytes

File metadata and controls

5 lines (5 loc) · 343 Bytes

Enable frame pointers by default for GCC-compatible CPython builds, including -mno-omit-leaf-frame-pointer, -marm on 32-bit ARM, and -mbackchain on s390 platforms when the compiler supports them, so profilers and debuggers can unwind native interpreter frames more reliably. Users can pass --without-frame-pointers to opt out.