Skip to content

Commit

Permalink
Enable RN DevTools Android OSS debug builds (#46395)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: #46395

Enable React Native Devtools in Android OSS debug builds

Changelog:
[Android][Added] Enable React Native DevTools in OSS debug builds

Reviewed By: huntie

Differential Revision: D62376708

fbshipit-source-id: b5f98d003fee224930c0b8df1455be962e56d245
  • Loading branch information
robhogan authored and facebook-github-bot committed Sep 9, 2024
1 parent d55efe8 commit 143f1ad
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ cmake_minimum_required(VERSION 3.13)
set(CMAKE_VERBOSE_MAKEFILE on)

add_compile_options(
$<$<CONFIG:Debug>:-DHERMES_ENABLE_DEBUGGER=1>
-fexceptions
-std=c++20)

Expand Down

0 comments on commit 143f1ad

Please sign in to comment.