Return strict warning checking
llvm_asm! don't cause warnings in older edition of Rust
This commit is contained in:
@@ -442,6 +442,8 @@ class OpenSKInstaller:
|
|||||||
f"link-arg=-T{props.app_ldscript}",
|
f"link-arg=-T{props.app_ldscript}",
|
||||||
"-C",
|
"-C",
|
||||||
"relocation-model=static",
|
"relocation-model=static",
|
||||||
|
"-D",
|
||||||
|
"warnings",
|
||||||
f"--remap-path-prefix={os.getcwd()}=",
|
f"--remap-path-prefix={os.getcwd()}=",
|
||||||
"-C",
|
"-C",
|
||||||
"link-arg=-icf=all",
|
"link-arg=-icf=all",
|
||||||
|
|||||||
Reference in New Issue
Block a user