mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-07 13:18:20 +00:00
Add -OReleaseSafe back
This commit is contained in:
@@ -620,6 +620,7 @@ impl CreateExe {
|
||||
cmd.arg("-lc");
|
||||
}
|
||||
cmd.arg("-lunwind");
|
||||
cmd.arg("-OReleaseSafe");
|
||||
cmd.arg("-fno-compiler-rt");
|
||||
cmd.arg(&format!("-femit-bin={}", output_path.display()));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user