Extra compiler flags for AMD64
All checks were successful
Build documentation / build-and-deploy (push) Successful in 49s

This commit is contained in:
2026-01-11 03:42:15 +01:00
parent 41a458b925
commit 5bf10c1218
2 changed files with 9 additions and 3 deletions

View File

@@ -4,7 +4,8 @@ cflags += --target=x86_64-pc-none-elf \
-mno-avx \
-mno-mmx \
-mno-80387 \
-mno-red-zone
-mno-red-zone \
-mcmodel=large
ldflags += --target=x86_64-pc-none-elf \
-Wl,-zmax-page-size=0x1000