-
Notifications
You must be signed in to change notification settings - Fork 24.4k
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
Add compiler flag for the new Arch when enabled. #35672
Conversation
Summary: While working on some example, I discovered that the helper function `install_module_dependencies` was not adding the proper `-DRCT_NEW_ARCH_ENABLED=1` flag to the compiler flags. ## Changelog: [iOS][Fixed] - Make sure to add the New Arch flag to libraries Differential Revision: D42131287 fbshipit-source-id: f6eb077b38c3e55af75ef771a1aa09ca2f498cdc
This pull request was exported from Phabricator. Differential Revision: D42131287 |
Base commit: 76a1445 |
Base commit: 76a1445 |
PR build artifact for 972d6a6 is ready. |
PR build artifact for 972d6a6 is ready. |
This pull request has been merged in ef11e15. |
Summary: Pull Request resolved: #35672 While working on some example, I discovered that the helper function `install_module_dependencies` was not adding the proper `-DRCT_NEW_ARCH_ENABLED=1` flag to the compiler flags. ## Changelog: [iOS][Fixed] - Make sure to add the New Arch flag to libraries Reviewed By: jacdebug Differential Revision: D42131287 fbshipit-source-id: 68c492150ba4e4a2ec726b3e8b8a9c7842b543bc
Summary: Pull Request resolved: facebook#35672 While working on some example, I discovered that the helper function `install_module_dependencies` was not adding the proper `-DRCT_NEW_ARCH_ENABLED=1` flag to the compiler flags. ## Changelog: [iOS][Fixed] - Make sure to add the New Arch flag to libraries Reviewed By: jacdebug Differential Revision: D42131287 fbshipit-source-id: 68c492150ba4e4a2ec726b3e8b8a9c7842b543bc
Summary:
While working on some example, I discovered that the helper function
install_module_dependencies
was not adding the proper-DRCT_NEW_ARCH_ENABLED=1
flag to the compiler flags.Changelog:
[iOS][Fixed] - Make sure to add the New Arch flag to libraries
Differential Revision: D42131287