Revert to lto linking for qemu

This commit is contained in:
David Venhoff 2025-09-10 16:15:58 +02:00
parent 718a7fe078
commit 7666a650c2

View File

@ -142,7 +142,7 @@ fn setup_nyx_tools(out_dir: &Path) -> Result<(), io::Error> {
)?;
// Compile with maximum optimizations
let qemu_compile_mode = "debug_static";
let qemu_compile_mode = "lto";
shell(
qemu_path,
&format!("bash compile_qemu_nyx.sh {qemu_compile_mode}"),