mirror of https://github.com/google/oss-fuzz.git
[skia] fix build (#584)
This commit is contained in:
parent
dd63b693e2
commit
a47307d55d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue