File tree Expand file tree Collapse file tree 4 files changed +0
-4
lines changed Expand file tree Collapse file tree 4 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,6 @@ pub fn opts() -> TargetOptions {
1414 has_elf_tls : true ,
1515 linker_is_gnu : true ,
1616 pre_link_args,
17- no_default_libraries : true ,
1817 panic_strategy : PanicStrategy :: Abort ,
1918 position_independent_executables : true ,
2019 relocation_model : "static" . to_string ( ) ,
Original file line number Diff line number Diff line change @@ -15,7 +15,6 @@ pub fn opts() -> TargetOptions {
1515 has_elf_tls : true ,
1616 linker_is_gnu : true ,
1717 pre_link_args,
18- no_default_libraries : true ,
1918 panic_strategy : PanicStrategy :: Abort ,
2019 position_independent_executables : true ,
2120 relocation_model : "static" . to_string ( ) ,
Original file line number Diff line number Diff line change @@ -77,7 +77,6 @@ pub fn opts() -> TargetOptions {
7777 exe_suffix : ".exe" . to_string ( ) ,
7878 staticlib_prefix : String :: new ( ) ,
7979 staticlib_suffix : ".lib" . to_string ( ) ,
80- no_default_libraries : true ,
8180 target_family : Some ( "windows" . to_string ( ) ) ,
8281 is_like_windows : true ,
8382 allows_weak_linkage : false ,
Original file line number Diff line number Diff line change @@ -43,7 +43,6 @@ pub fn opts() -> TargetOptions {
4343 exe_suffix : ".exe" . to_string ( ) ,
4444 staticlib_prefix : "lib" . to_string ( ) ,
4545 staticlib_suffix : ".a" . to_string ( ) ,
46- no_default_libraries : true ,
4746 target_family : Some ( "windows" . to_string ( ) ) ,
4847 is_like_windows : true ,
4948 allows_weak_linkage : false ,
You can’t perform that action at this time.
0 commit comments