We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e561cf7 commit 1ef9319Copy full SHA for 1ef9319
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