Skip to content

Commit 143f1ad

Browse files
robhoganfacebook-github-bot
authored andcommitted
Enable RN DevTools Android OSS debug builds (facebook#46395)
Summary: Pull Request resolved: facebook#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
1 parent d55efe8 commit 143f1ad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/react-native/ReactCommon/jsinspector-modern/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ cmake_minimum_required(VERSION 3.13)
77
set(CMAKE_VERBOSE_MAKEFILE on)
88

99
add_compile_options(
10+
$<$<CONFIG:Debug>:-DHERMES_ENABLE_DEBUGGER=1>
1011
-fexceptions
1112
-std=c++20)
1213

0 commit comments

Comments
 (0)