Explicitly prefer dynamic linking in test case
This commit is contained in:
parent
8b6c566b9d
commit
b58e19db30
@ -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…
Reference in New Issue
Block a user