Return strict warning checking

llvm_asm! don't cause warnings in older edition of Rust
This commit is contained in:
Egor Duda
2022-05-17 17:16:01 +03:00
parent 06230d15e1
commit c7116b1c21

View File

@@ -442,6 +442,8 @@ class OpenSKInstaller:
f"link-arg=-T{props.app_ldscript}",
"-C",
"relocation-model=static",
"-D",
"warnings",
f"--remap-path-prefix={os.getcwd()}=",
"-C",
"link-arg=-icf=all",