]> git.lizzy.rs Git - rust.git/blobdiff - scripts/cargo-clif.rs
Use pull instead of push based model for getting dylib symbols in the jit
[rust.git] / scripts / cargo-clif.rs
index 20aee5ff81b9de3154d275e6a57fe5e196eeba45..9362b47fa6d83137701069fc9c9aced1a9b0ab22 100644 (file)
@@ -38,7 +38,7 @@ fn main() {
                 .chain(env::args().skip(2))
                 .chain([
                     "--".to_string(),
-                    "-Zunstable-features".to_string(),
+                    "-Zunstable-options".to_string(),
                     "-Cllvm-args=mode=jit".to_string(),
                 ])
                 .collect()
@@ -52,7 +52,7 @@ fn main() {
                 .chain(env::args().skip(2))
                 .chain([
                     "--".to_string(),
-                    "-Zunstable-features".to_string(),
+                    "-Zunstable-options".to_string(),
                     "-Cllvm-args=mode=jit-lazy".to_string(),
                 ])
                 .collect()