From c7116b1c21c4354a1cf18d4086896d4beffb4f29 Mon Sep 17 00:00:00 2001 From: Egor Duda Date: Tue, 17 May 2022 17:16:01 +0300 Subject: [PATCH] Return strict warning checking llvm_asm! don't cause warnings in older edition of Rust --- deploy.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/deploy.py b/deploy.py index e99a1b2..96d867a 100755 --- a/deploy.py +++ b/deploy.py @@ -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",