File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed
Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -40,11 +40,7 @@ build_args=(
4040 rm -rf ${WORK} /libjxl-corpus
4141 mkdir -p ${WORK} /libjxl-corpus
4242 cd ${WORK} /libjxl-corpus
43- cmake \
44- " ${build_args[@]} " \
45- -DCMAKE_C_FLAGS=" -DHWY_DISABLED_TARGETS=HWY_SSSE3" \
46- -DCMAKE_CXX_FLAGS=" -DHWY_DISABLED_TARGETS=HWY_SSSE3" \
47- " ${SRC} /libjxl"
43+ cmake " ${build_args[@]} " " ${SRC} /libjxl"
4844 ninja clean
4945 ninja djxl_fuzzer_corpus jpegli_dec_fuzzer_corpus
5046
@@ -84,8 +80,6 @@ cd ${WORK}/libjxl-fuzzer
8480cmake \
8581 " ${build_args[@]} " \
8682 -DJPEGXL_FUZZER_LINK_FLAGS=" ${LIB_FUZZING_ENGINE} " \
87- -DCMAKE_C_FLAGS=" -DHWY_DISABLED_TARGETS=HWY_SSSE3 ${CFLAGS} " \
88- -DCMAKE_CXX_FLAGS=" -DHWY_DISABLED_TARGETS=HWY_SSSE3 ${CXXFLAGS} " \
8983 " ${SRC} /libjxl"
9084
9185fuzzers=(
You can’t perform that action at this time.
0 commit comments