Add three more cmake presets to the project-wide CMakePresets.json
file:
dev-mode
: enables all features and dependencieslibfuzzer
: builds for fuzzing with libfuzzer and the typical sanitizers (but not the optional ones that require suppressions) enabled.libfuzzer-nosan
: builds for fuzzing with libfuzzer and no (other) sanitizers
… and then uses these in some documentation.