Switch back to ReleaseSafe

This commit is contained in:
Felix Schütt
2023-01-04 12:23:38 +01:00
parent 0fbcbeed66
commit a344e94e83

View File

@@ -1242,7 +1242,7 @@ fn link_exe_from_dir(
cmd.arg("-lunwind"); cmd.arg("-lunwind");
} }
cmd.arg("-OReleaseFast"); cmd.arg("-OReleaseSafe");
cmd.arg("-fno-compiler-rt"); cmd.arg("-fno-compiler-rt");
cmd.arg("-fno-lto"); cmd.arg("-fno-lto");
#[cfg(target_os = "windows")] #[cfg(target_os = "windows")]