aboutsummaryrefslogtreecommitdiff
path: root/boot/Makefile
diff options
context:
space:
mode:
authorMarvin Borner2020-09-12 22:24:49 +0200
committerMarvin Borner2020-09-12 22:24:49 +0200
commit3d9a3328f4f055193c87e4c004edfbcfaec44be8 (patch)
tree548c54bb723fffbe961655f6d20b6819020353a1 /boot/Makefile
parent52ca9e4f610e65077cb2fab7c1ed0e802fa4ac59 (diff)
Some casual bug fixes
Diffstat (limited to 'boot/Makefile')
-rw-r--r--boot/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot/Makefile b/boot/Makefile
index 44743d7..a3cec04 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 -ffunction-sections -fno-builtin -std=c99 -m32 -pedantic-errors
+CFLAGS = -Wall -Wextra -nostdlib -nostdinc -ffreestanding -fno-builtin -std=c99 -m32 -pedantic-errors
ASFLAGS = -f elf32