Files
mop3/kernel/amd64/flags.mk
kamkow1 955dbc7614
All checks were successful
Build documentation / build-and-deploy (push) Successful in 2m16s
Use LLVM linker, Dockerfile now works without GCC
2026-03-07 10:41:35 +01:00

11 lines
216 B
Makefile

cflags += --target=x86_64-unknown-unknown-elf \
-mno-sse \
-mno-sse2 \
-mno-avx \
-mno-mmx \
-mno-80387 \
-mno-red-zone \
-fno-omit-frame-pointer
ldflags += -zmax-page-size=0x1000