Skip to content

Commit 32cf035

Browse files
Use no-prefer-dynamic
1 parent 4f53941 commit 32cf035

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/test/ui/lto-opt-level-s.rs

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
// compile-flags: -Clinker-plugin-lto -Copt-level=s
22
// build-pass
3+
// no-prefer-dynamic
34

45
#![crate_type = "rlib"]
56

src/test/ui/lto-opt-level-z.rs

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
// compile-flags: -Clinker-plugin-lto -Copt-level=z
22
// build-pass
3+
// no-prefer-dynamic
34

45
#![crate_type = "rlib"]
56

0 commit comments

Comments
 (0)