aboutsummaryrefslogtreecommitdiff
path: root/boot
diff options
context:
space:
mode:
authorMarvin Borner2020-09-14 20:50:36 +0200
committerMarvin Borner2020-09-14 20:50:36 +0200
commit66586840d83916721745a40d32a4a5fcfc5aaecf (patch)
tree3a34ed720f94075348e6e9a1320d711b4807723b /boot
parente87bc5e654b2e23a036a825a9e48e6333920e003 (diff)
Smooooth
Diffstat (limited to 'boot')
-rw-r--r--boot/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot/Makefile b/boot/Makefile
index a3cec04..c789782 100644
--- a/boot/Makefile
+++ b/boot/Makefile
@@ -5,7 +5,7 @@ LD = ../cross/opt/bin/i686-elf-ld
OC = ../cross/opt/bin/i686-elf-objcopy
AS = nasm
-CFLAGS = -Wall -Wextra -nostdlib -nostdinc -ffreestanding -fno-builtin -std=c99 -m32 -pedantic-errors
+CFLAGS = -Wall -Wextra -nostdlib -nostdinc -ffreestanding -fno-builtin -std=c99 -m32 -pedantic-errors -Ofast
ASFLAGS = -f elf32