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 8b6c566 commit b58e19dCopy full SHA for b58e19d
src/test/run-make-fulldeps/redundant-libs/Makefile
@@ -10,6 +10,7 @@
10
# So in this example, we need to ensure that rustc keeps the _later_ reference
11
# to foo, and not the former one.
12
RUSTC_FLAGS = \
13
+ -C prefer-dynamic \
14
-l static=bar \
15
-l foo \
16
-l static=baz \
0 commit comments