1
Fork 0

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:
Vadim Petrochenkov 2022-06-28 16:34:07 +03:00
parent 9fb32dc924
commit 8d9fdb778e
50 changed files with 4 additions and 53 deletions

View file

@ -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,