[skia] fix build (#584)

This commit is contained in:
Kevin Lubick 2017-05-09 17:07:09 -04:00 committed by Oliver Chang
parent dd63b693e2
commit a47307d55d
1 changed files with 2 additions and 1 deletions

View File

@ -21,7 +21,8 @@ $SRC/depot_tools/gn gen out/Fuzz\
--args='cc="'$CC'"
cxx="'$CXX'"
is_debug=false
extra_cflags=["'"$CXXFLAGS_ARR"'","-DIS_FUZZING"]
extra_cflags=["'"$CXXFLAGS_ARR"'","-DIS_FUZZING",
"-Wno-zero-as-null-pointer-constant", "-Wno-unused-template"]
skia_use_system_freetype2=false
skia_use_fontconfig=false
skia_enable_gpu=false