mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-07 13:18:20 +00:00
Switch back to ReleaseSafe
This commit is contained in:
@@ -1242,7 +1242,7 @@ fn link_exe_from_dir(
|
||||
cmd.arg("-lunwind");
|
||||
}
|
||||
|
||||
cmd.arg("-OReleaseFast");
|
||||
cmd.arg("-OReleaseSafe");
|
||||
cmd.arg("-fno-compiler-rt");
|
||||
cmd.arg("-fno-lto");
|
||||
#[cfg(target_os = "windows")]
|
||||
|
||||
Reference in New Issue
Block a user