-
-
Notifications
You must be signed in to change notification settings - Fork 21.1k
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
[macOS] Workaround Xcode 15 linker bug. #81968
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should probably report that bug to Apple.
Thanks! |
3.x is affected, I'm unable to compile the 3.x branch with the same error as master:
|
It's building fine for me (apart from PCRE SLJIT issue). |
Actually, it only works for release build, debug build is affected. |
Cherry-picked for 4.1.2. |
For the reference, seems like I have narrowed down the issue to the raycast/embree module ( |
Workaround for #81948, this seems to be a linker bug in Xcode 15, and I'm not sure what exactly is causing it.