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 7379c48 commit 617e134Copy full SHA for 617e134
test.sh
@@ -7,7 +7,7 @@ if [[ "$1" == "--release" ]]; then
7
cargo build --release $CG_CLIF_COMPILE_FLAGS
8
else
9
export CHANNEL='debug'
10
- cargo build $CG_CLIF_COMPILE_FLAGS
+ cargo rustc $CG_CLIF_COMPILE_FLAGS --features backend_object -- -Clink-args=-fuse-ld=lld
11
fi
12
13
source config.sh
@@ -26,7 +26,7 @@ rm -r target/out || true
26
mkdir -p target/out/clif
27
28
echo "[BUILD] mini_core"
29
-$RUSTC example/mini_core.rs --crate-name mini_core --crate-type lib --target x86_64-unknown-linux-gnu
+$RUSTC example/mini_core.rs --crate-name mini_core --crate-type lib,dylib
30
31
echo "[BUILD] example"
32
$RUSTC example/example.rs --crate-type lib
0 commit comments