diff --git a/packages/react-native/ReactCommon/jsi/jsi/CMakeLists.txt b/packages/react-native/ReactCommon/jsi/jsi/CMakeLists.txt index 3d2959e54914aa..28c661c9832061 100644 --- a/packages/react-native/ReactCommon/jsi/jsi/CMakeLists.txt +++ b/packages/react-native/ReactCommon/jsi/jsi/CMakeLists.txt @@ -21,9 +21,6 @@ elseif ("${CMAKE_CXX_COMPILER_ID}" MATCHES "MSVC") # when they go out of scope due to exceptions. list(APPEND jsi_compile_flags "/EHsc") endif() -if (HERMES_ENABLE_BITCODE) - list(APPEND jsi_compile_flags "-fembed-bitcode") -endif () target_compile_options(jsi PRIVATE ${jsi_compile_flags}) install(DIRECTORY "${PROJECT_SOURCE_DIR}/API/jsi/" DESTINATION include