Add -OReleaseSafe back

This commit is contained in:
Felix Schütt
2022-12-02 14:52:03 +01:00
parent 2c88eb83a8
commit cdd71d3da3

View File

@@ -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()));