We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b6a587 commit 8d590bcCopy full SHA for 8d590bc
test.sh
@@ -7,6 +7,8 @@ mkdir -p target/out/clif
7
echo "[BUILD] mini_core"
8
$RUSTC example/mini_core.rs --crate-name mini_core --crate-type dylib
9
10
+objdump -section-headers target/out/libmini_core.dylib
11
+
12
echo "[BUILD] example"
13
$RUSTC example/example.rs --crate-type lib
14
0 commit comments