Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Retain usage of HERMES_ENABLE_DEBUGGER flag (#35646)
Summary: Pull Request resolved: #35646. Even though the RN code itself does not need `HERMES_ENABLE_DEBUGGER` anymore since the `ifdef`s are gone, the Hermes' headers it includes *do* still need that flag. This is because they were compiled with `HERMES_ENABLE_DEBUGGER` to set true, so that compile flag must match later on when importing the headers. Changelog: [Internal][Fixed] - We erroneously deleted usage of the HERMES_ENABLE_DEBUGGER flag, add it back. Reviewed By: cortinico, mattbfb Differential Revision: D42041827 fbshipit-source-id: db875f40a067c09aba37ab1b07422157f63b3700
- Loading branch information