Fix Travis build #800

Closed
passy wants to merge 6 commits from fix-build into master
2 changed files with 2 additions and 0 deletions
Showing only changes of commit 78e93efc84 - Show all commits

View File

@@ -33,6 +33,7 @@ yoga_cxx_library(
"-Werror",
"-Wno-unused-parameter",
"-std=c++11",
"-Wno-error=terminate",
],
platforms = (ANDROID,),
visibility = ["PUBLIC"],

View File

@@ -51,6 +51,7 @@ BASE_COMPILER_FLAGS = [
"-fexceptions",
"-Wall",
"-Werror",
"-Wno-error=class-memaccess",
"-O3",
"-ffast-math",
]