All checks were successful
Build documentation / build-and-deploy (push) Successful in 49s
12 lines
239 B
Makefile
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
|