mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
83f474147c
Summary: Hermes' build scripts use the Ninja build utility if available, otherwise they default to Unix Makefiles. When Unix Makefiles were used, builds would take far too long due to the use of a single core. To reduce the surface area of issues that may arise as we switch to building Hermes from source, we will now focus on a single build system using Unix Makefiles. We will also ensure all available cores are used when building on macOS. Changelog: [Internal] Reviewed By: cortinico, neildhar Differential Revision: D36296838 fbshipit-source-id: 4be23739fb022e3ae8e974ad3c2c70e7011abb5a