fixes #27124 for DragonFly
This commit is contained in:
parent
7bb0d0d74c
commit
c01eb691d0
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ pub fn opts() -> TargetOptions {
|
|||
"-Wl,--as-needed".to_string(),
|
||||
),
|
||||
position_independent_executables: true,
|
||||
archive_format: "bsd".to_string(),
|
||||
archive_format: "gnu".to_string(),
|
||||
exe_allocation_crate: super::best_allocator(),
|
||||
.. Default::default()
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue