libafl_qemu_build: Disable docs in user mode (#2272)
This commit is contained in:
parent
a455ad27a9
commit
bc5ae151bc
@ -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") {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user