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", "-Werror",
"-Wno-unused-parameter", "-Wno-unused-parameter",
"-std=c++11", "-std=c++11",
"-Wno-error=terminate",
], ],
platforms = (ANDROID,), platforms = (ANDROID,),
visibility = ["PUBLIC"], visibility = ["PUBLIC"],

View File

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