We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 098242b commit 2f1c21bCopy full SHA for 2f1c21b
test.sh
@@ -31,7 +31,7 @@ $RUSTC example/mini_core.rs --crate-name mini_core --crate-type lib,dylib
31
echo "[BUILD] example"
32
$RUSTC example/example.rs --crate-type lib
33
34
-JIT_ARGS="abc bcd" jit mini_core_hello_world example/mini_core_hello_world.rs
+#JIT_ARGS="abc bcd" jit mini_core_hello_world example/mini_core_hello_world.rs
35
36
echo "[AOT] mini_core_hello_world"
37
$RUSTC example/mini_core_hello_world.rs --crate-name mini_core_hello_world --crate-type bin
0 commit comments