Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Compile hermes-engine with -DHERMES_ENABLE_DEBUGGER=False on Release
Summary: This mirrors the same logic that the Hermes team has on facebook/hermes. Practically, we want to pass the CMake config flag `HERMES_ENABLE_DEBUGGER=False` only for Release so that their CMake build is configured correctly. Their build always enables the Debugger and allows us to selectively turn it off only for release builds. More context: facebook/hermes@eabf5fcd25 Changelog: [Internal] [Changed] - Compile hermes-engine with -DHERMES_ENABLE_DEBUGGER=False on Release Reviewed By: cipolleschi Differential Revision: D47252735 fbshipit-source-id: f8669f09b7fe3a21be6ad721b1cf93c7c47ff73b
- Loading branch information