fixes #27124 for DragonFly
This commit is contained in:
parent
7bb0d0d74c
commit
c01eb691d0
@ -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…
Reference in New Issue
Block a user