Josh Steadmon <steadmon@xxxxxxxxxx> writes: > Sorry for being too vague. The problem with only including FUZZ_CXXFLAGS > is that all the .c files need to be compiled with coverage tracking > enabled, not just the fuzzer itself. OK. > We could fix the comment by setting both CFLAGS and FUZZ_CXXFLAGS, but > since we're not including any C++-specific flags there's no reason to > set both. Yes.