From 3d9a3328f4f055193c87e4c004edfbcfaec44be8 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Sat, 12 Sep 2020 22:24:49 +0200 Subject: Some casual bug fixes --- boot/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'boot/Makefile') 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 -- cgit v1.2.3