Revert to lto linking for qemu
This commit is contained in:
parent
718a7fe078
commit
7666a650c2
@ -142,7 +142,7 @@ fn setup_nyx_tools(out_dir: &Path) -> Result<(), io::Error> {
|
|||||||
)?;
|
)?;
|
||||||
|
|
||||||
// Compile with maximum optimizations
|
// Compile with maximum optimizations
|
||||||
let qemu_compile_mode = "debug_static";
|
let qemu_compile_mode = "lto";
|
||||||
shell(
|
shell(
|
||||||
qemu_path,
|
qemu_path,
|
||||||
&format!("bash compile_qemu_nyx.sh {qemu_compile_mode}"),
|
&format!("bash compile_qemu_nyx.sh {qemu_compile_mode}"),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user