Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add -fno-omit-frame-pointer to compile flags.
At some point between gcc 4.4 and 4.6, omitting the frame pointer became default if any -O is specified. getcallerpcs relies on the frame pointer, so bring it back.
- Loading branch information