mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Update C++ flags in Fabric Android
Summary: Update C++ flags in Fabric Android changelog: [internal] internal Reviewed By: JoshuaGross Differential Revision: D26297398 fbshipit-source-id: d4603ee848abee98977ac9e21505547d9a867e21
This commit is contained in:
committed by
Facebook GitHub Bot
parent
d79212120b
commit
41f93679d0
@@ -12,10 +12,10 @@ rn_xplat_cxx_library(
|
||||
prefix = "react/fabric",
|
||||
),
|
||||
compiler_flags = [
|
||||
"-Wall",
|
||||
"-fexceptions",
|
||||
"-std=gnu++1y",
|
||||
"-frtti",
|
||||
"-std=c++14",
|
||||
"-Wall",
|
||||
],
|
||||
fbandroid_allow_jni_merging = True,
|
||||
labels = ["supermodule:xplat/default/public.react_native.infra"],
|
||||
|
||||
Reference in New Issue
Block a user