rustc_target: Flip the default for TargetOptions::executables
to true
Also change `executables` to true for linux-kernel and windows-uwp-gnu targets
This commit is contained in:
parent
9fb32dc924
commit
8d9fdb778e
50 changed files with 4 additions and 53 deletions
|
@ -24,7 +24,6 @@ pub fn opts() -> TargetOptions {
|
|||
TargetOptions {
|
||||
abi: "uwp".into(),
|
||||
vendor: "uwp".into(),
|
||||
executables: false,
|
||||
limit_rdylib_exports: false,
|
||||
late_link_args,
|
||||
late_link_args_dynamic,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue