Change qemu compilation mode back to lto, oops
This commit is contained in:
parent
d7cf79a092
commit
bad2725805
@ -145,7 +145,7 @@ fn setup_nyx_tools(out_dir: &Path) -> anyhow::Result<()> {
|
|||||||
)?;
|
)?;
|
||||||
|
|
||||||
// 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