Explicitly prefer dynamic linking in test case

This commit is contained in:
Douglas Creager 2019-03-19 11:56:32 -04:00
parent 8b6c566b9d
commit b58e19db30

View File

@ -10,6 +10,7 @@
# So in this example, we need to ensure that rustc keeps the _later_ reference
# to foo, and not the former one.
RUSTC_FLAGS = \
-C prefer-dynamic \
-l static=bar \
-l foo \
-l static=baz \