Remove default usages of enable_exceptions/rtti

Summary: Changelog: [Internal]

Reviewed By: ShikaSD

Differential Revision: D34379947

fbshipit-source-id: abff08ec99cff60d16ff82b7c0422d72caffd59b
This commit is contained in:
Pieter De Baets
2022-02-25 07:46:11 -08:00
committed by Facebook GitHub Bot
parent 13b0b06522
commit dc50308994
3 changed files with 0 additions and 6 deletions
@@ -11,8 +11,6 @@ rn_xplat_cxx_library(
],
prefix = "react/fabric",
),
compiler_flags_enable_exceptions = False,
compiler_flags_enable_rtti = False, # for YogaLayoutableShadowNode?
fbandroid_allow_jni_merging = True,
labels = ["supermodule:xplat/default/public.react_native.infra"],
platforms = ANDROID,