diff --git a/csharp/BUCK b/csharp/BUCK index b878d428..81b570e5 100644 --- a/csharp/BUCK +++ b/csharp/BUCK @@ -12,7 +12,7 @@ load( "yoga_dep", ) -COMPILER_FLAGS = BASE_COMPILER_FLAGS + ["-std=c++14"] +COMPILER_FLAGS = BASE_COMPILER_FLAGS + ["-std=c++11"] fb_native.csharp_library( name = "yogalibnet46", diff --git a/java/BUCK b/java/BUCK index 0ef6bd28..59a1613b 100644 --- a/java/BUCK +++ b/java/BUCK @@ -18,7 +18,7 @@ yoga_cxx_library( "-Wall", "-Werror", "-Os", - "-std=c++14", + "-std=c++11", ], platforms = ANDROID, preprocessor_flags = [ diff --git a/lib/fb/BUCK b/lib/fb/BUCK index d448d50b..39294f76 100644 --- a/lib/fb/BUCK +++ b/lib/fb/BUCK @@ -32,7 +32,7 @@ yoga_cxx_library( "-Wall", "-Werror", "-Wno-unused-parameter", - "-std=c++14", + "-std=c++11", ], platforms = (ANDROID,), visibility = ["PUBLIC"],