libafl_qemu_build: Disable docs in user mode (#2272)

This commit is contained in:
Kevin Phoenix 2024-06-06 10:57:13 -07:00 committed by GitHub
parent a455ad27a9
commit bc5ae151bc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -101,7 +101,7 @@ fn configure_qemu(
if is_usermode { if is_usermode {
// Usermode options // Usermode options
cmd.args(["--disable-fdt", "--disable-system"]); cmd.args(["--disable-fdt", "--disable-system", "--disable-docs"]);
} else { } else {
// Systemmode options // Systemmode options
cmd.arg(if cfg!(feature = "slirp") { cmd.arg(if cfg!(feature = "slirp") {