remove WITH_COVERAGE for fuzzers build

This commit is contained in:
Yakov Olkhovskiy 2024-04-01 12:28:51 +00:00
parent 8357bc7b1b
commit 99e25d762c

View File

@ -276,7 +276,6 @@ def parse_env_variables(
elif package_type == "fuzzers":
cmake_flags.append("-DENABLE_FUZZING=1")
cmake_flags.append("-DENABLE_PROTOBUF=1")
cmake_flags.append("-DWITH_COVERAGE=1")
# Reduce linking and building time by avoid *install/all dependencies
cmake_flags.append("-DCMAKE_SKIP_INSTALL_ALL_DEPENDENCY=ON")