Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow frame pointers on macOS from 5.3 onwards. #26614

Merged
merged 1 commit into from
Sep 25, 2024

Conversation

tmcgilchrist
Copy link
Contributor

@tmcgilchrist tmcgilchrist commented Sep 25, 2024

OCaml 5.3.0 includes the option for compiling with frame pointers on macOS x86_64 change log entry.

It can be tested locally using these commands to create a switch:

opam repo add tmcgilchrist https://github.com/tmcgilchrist/opam-repository.git\#macos_frame_pointers
opam switch create 5.3.0~alpha1+fp ocaml-variants.5.3.0~alpha1+options ocaml-option-fp

Relates to #26596

Copy link
Member

@dra27 dra27 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks. This support is added in 5.3 via ocaml/ocaml#13163.

@mseri mseri merged commit 3397323 into ocaml:master Sep 25, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants