We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6fc366 commit 2a3ef11Copy full SHA for 2a3ef11
tests/run-make/staticlib-dylib-linkage/Makefile
@@ -1,6 +1,7 @@
1
include ../tools.mk
2
3
# ignore-msvc FIXME(bjorn3) can't figure out how to link with the MSVC toolchain
4
+# ignore-wasm wasm doesn't support dynamic libraries
5
6
all:
7
$(RUSTC) -C prefer-dynamic bar.rs
0 commit comments