From 635751fc2a75f66d1541469b3204efb1701bd91c Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Sat, 20 Mar 2021 18:46:33 +0100 Subject: Even more fixes! :^) --- boot/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'boot') diff --git a/boot/Makefile b/boot/Makefile index 714ec22..7ef6cab 100644 --- a/boot/Makefile +++ b/boot/Makefile @@ -5,7 +5,7 @@ LD = ccache ../cross/opt/bin/i686-elf-ld OC = ccache ../cross/opt/bin/i686-elf-objcopy AS = ccache nasm -CFLAGS = $(CFLAGS_DEFAULT) -ffreestanding -fno-stack-protector -fno-sanitize=undefined +CFLAGS = $(CFLAGS_DEFAULT) -ffreestanding -fno-stack-protector -fno-sanitize=undefined -Ofast ASFLAGS = -f elf32 -- cgit v1.2.3