summaryrefslogtreecommitdiff
path: root/Meta
diff options
context:
space:
mode:
authorkleines Filmröllchen <filmroellchen@serenityos.org>2023-02-25 00:50:33 +0100
committerLinus Groh <mail@linusgroh.de>2023-02-25 19:39:04 +0100
commit956450df000c4b47f22f8a6c64607b9acc5e2cf1 (patch)
tree2f772b0c3c0cc82591df387e4abbc138a638e792 /Meta
parent5ec5c68ed47350f8278e021b237d8a56ac7d685b (diff)
downloadserenity-956450df000c4b47f22f8a6c64607b9acc5e2cf1.zip
Meta: Document how to manipulate CMake caches for the fuzzing build
Diffstat (limited to 'Meta')
-rw-r--r--Meta/Lagom/ReadMe.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/Meta/Lagom/ReadMe.md b/Meta/Lagom/ReadMe.md
index 5979a774a5..4fc064e411 100644
--- a/Meta/Lagom/ReadMe.md
+++ b/Meta/Lagom/ReadMe.md
@@ -42,6 +42,8 @@ the ``BuildFuzzers.sh`` script with no arguments. The script does the equivalent
(Note that we require clang >= 13, see the pick_clang() function in the script for the paths that are searched)
+The fuzzing build's CMake cache can be manipulated with commands like `cmake -B Build/fuzzers -S . -DENABLE_LAGOM_LIBWEB=OFF`.
+
Any fuzzing results (particularly slow inputs, crashes, etc.) will be dropped in the current directory.
clang emits different warnings than gcc, so you may have to remove `-Werror` in CMakeLists.txt and Meta/Lagom/CMakeLists.txt.