diff options
author | Marvin Borner | 2021-02-25 16:56:22 +0100 |
---|---|---|
committer | Marvin Borner | 2021-02-25 16:56:22 +0100 |
commit | b85ba196c47920b9d1b6622718a34f8f6f23bef3 (patch) | |
tree | 7e4d8cffa78e7abc7fba367f44ad557d56ad450a /boot | |
parent | b56323d6c8887e042785e2a6e83a1bee1ac1a394 (diff) |
Updated makefiles
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 774eece..6d38ce5 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 = -Wall -Wextra -nostdlib -nostdinc -ffreestanding -fno-builtin -std=c99 -m32 -pedantic-errors -Ofast +CFLAGS = $(CFLAGS_DEFAULT) -ffreestanding ASFLAGS = -f elf32 |