File tree 4 files changed +0
-4
lines changed
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 {
14
14
has_elf_tls : true ,
15
15
linker_is_gnu : true ,
16
16
pre_link_args,
17
- no_default_libraries : true ,
18
17
panic_strategy : PanicStrategy :: Abort ,
19
18
position_independent_executables : true ,
20
19
relocation_model : "static" . to_string ( ) ,
Original file line number Diff line number Diff line change @@ -15,7 +15,6 @@ pub fn opts() -> TargetOptions {
15
15
has_elf_tls : true ,
16
16
linker_is_gnu : true ,
17
17
pre_link_args,
18
- no_default_libraries : true ,
19
18
panic_strategy : PanicStrategy :: Abort ,
20
19
position_independent_executables : true ,
21
20
relocation_model : "static" . to_string ( ) ,
Original file line number Diff line number Diff line change @@ -77,7 +77,6 @@ pub fn opts() -> TargetOptions {
77
77
exe_suffix : ".exe" . to_string ( ) ,
78
78
staticlib_prefix : String :: new ( ) ,
79
79
staticlib_suffix : ".lib" . to_string ( ) ,
80
- no_default_libraries : true ,
81
80
target_family : Some ( "windows" . to_string ( ) ) ,
82
81
is_like_windows : true ,
83
82
allows_weak_linkage : false ,
Original file line number Diff line number Diff line change @@ -43,7 +43,6 @@ pub fn opts() -> TargetOptions {
43
43
exe_suffix : ".exe" . to_string ( ) ,
44
44
staticlib_prefix : "lib" . to_string ( ) ,
45
45
staticlib_suffix : ".a" . to_string ( ) ,
46
- no_default_libraries : true ,
47
46
target_family : Some ( "windows" . to_string ( ) ) ,
48
47
is_like_windows : true ,
49
48
allows_weak_linkage : false ,
You can’t perform that action at this time.
0 commit comments