Files
mop3/amd64/flags.mk
kamkow1 5bf10c1218
All checks were successful
Build documentation / build-and-deploy (push) Successful in 49s
Extra compiler flags for AMD64
2026-01-11 03:42:15 +01:00

12 lines
239 B
Makefile

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