Explicitly prefer dynamic linking in test case
This commit is contained in:
parent
8b6c566b9d
commit
b58e19db30
1 changed files with 1 additions and 0 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue