Signed-off-by: xermicus <cyrill@parity.io>
This commit is contained in:
xermicus
2024-04-19 18:51:33 +02:00
parent 7623f6f7fa
commit 5a6ef7a3da
+1
View File
@@ -49,6 +49,7 @@ pub fn link<T: AsRef<[u8]>>(input: T) -> anyhow::Result<Vec<u8>> {
let ld_args = [
"ld.lld",
"--lto=full",
"--error-limit=0",
"--relocatable",
"--emit-relocs",