Skip to content
This repository has been archived by the owner on Feb 28, 2024. It is now read-only.

chore(bootx64): use the small code model #177

Merged
merged 1 commit into from
Aug 10, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion bootx64/.cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ target = "x86_64-pc-windows-gnu"
[target.x86_64-pc-windows-gnu]
rustflags = [
"-C", "link-args=/nologo /nxcompat /nodefaultlib /entry:efi_main /subsystem:efi_application",
"-C", "code-model=large",
"-C", "prefer-dynamic=n",
"-C", "no-redzone=y",
"-C", "panic=abort",
Expand Down