Compile QEMU-Nyx using lto for better performance

This commit is contained in:
David Venhoff 2025-08-12 16:42:03 +02:00
parent 50a6339ee4
commit a0ba2dbb02

View File

@ -72,8 +72,7 @@ fn setup_nyx(out_dir: &str) {
let qemu_compile_mode = if is_debug_build { let qemu_compile_mode = if is_debug_build {
"debug_static" "debug_static"
} else { } else {
// TODO: Consider using "lto" "lto"
"full_static"
}; };
shell( shell(
qemu_path, qemu_path,