diff options
author | Marvin Borner | 2021-03-20 18:46:33 +0100 |
---|---|---|
committer | Marvin Borner | 2021-03-20 18:46:33 +0100 |
commit | 635751fc2a75f66d1541469b3204efb1701bd91c (patch) | |
tree | 2cb5ac0484acb2427504b681a021d6c2fe19d0f8 /boot | |
parent | c97a50ba7baa70b40431594f410ca18e14af3b76 (diff) |
Even more fixes! :^)
Diffstat (limited to 'boot')
-rw-r--r-- | boot/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |