Also fix clang build flags on amd64/Development to work with newer clang.

This commit is contained in:
Andrius Štikonas 2023-12-07 20:43:37 +00:00
parent 2b8bc1569e
commit d290d4101b
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
targets = kaem-optional hex0 hex1 hex2 catm M0 cc_amd64
cc = clang
cflags = -ffreestanding -MMD -mno-red-zone -target x86_64-unknown-windows
cflags = -ffreestanding -MMD -mno-red-zone -target x86_64-unknown-windows-coff -fno-PIE -fno-stack-protector
ld = lld-link
lflags = -subsystem:efi_application -nodefaultlib -dll