mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 06:27:45 +00:00
Meta: Allow disabling LibWeb fuzzers
The LibWeb fuzzer build is really slow, so for local builds it is useful to disable it when you're not interested in running that fuzzer. Co-authored-by: Andrew Kaster <akaster@serenityos.org>
This commit is contained in:
parent
7c1455c357
commit
5ec5c68ed4
1 changed files with 3 additions and 1 deletions
|
@ -20,7 +20,9 @@ endfunction()
|
|||
|
||||
add_simple_fuzzer(FuzzBMPLoader LibGfx)
|
||||
add_simple_fuzzer(FuzzBrotli LibCompress)
|
||||
add_simple_fuzzer(FuzzCSSParser LibWeb)
|
||||
if (ENABLE_LAGOM_LIBWEB)
|
||||
add_simple_fuzzer(FuzzCSSParser LibWeb)
|
||||
endif()
|
||||
add_simple_fuzzer(FuzzCyrillicDecoder LibTextCodec)
|
||||
add_simple_fuzzer(FuzzDeflateCompression LibCompress)
|
||||
add_simple_fuzzer(FuzzDeflateDecompression LibCompress)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue