Skip to content

Commit b58e19d

Browse files
committed
Explicitly prefer dynamic linking in test case
1 parent 8b6c566 commit b58e19d

File tree

1 file changed

+1
-0
lines changed
  • src/test/run-make-fulldeps/redundant-libs

1 file changed

+1
-0
lines changed

src/test/run-make-fulldeps/redundant-libs/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
# So in this example, we need to ensure that rustc keeps the _later_ reference
1111
# to foo, and not the former one.
1212
RUSTC_FLAGS = \
13+
-C prefer-dynamic \
1314
-l static=bar \
1415
-l foo \
1516
-l static=baz \

0 commit comments

Comments
 (0)