From 034762e7caf8e8aa8ad20cf1a81c9582876e14d6 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Sat, 19 Sep 2020 23:28:47 +0200 Subject: Wrroooooooom, I'm faster. ig --- libc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc') diff --git a/libc/Makefile b/libc/Makefile index 39ab1b4..f6cddbc 100644 --- a/libc/Makefile +++ b/libc/Makefile @@ -16,7 +16,7 @@ LD = ../cross/opt/bin/i686-elf-ld AR = ../cross/opt/bin/i686-elf-ar AS = nasm -CFLAGS = -Wall -Wextra -nostdlib -nostdinc -fno-builtin -fno-asynchronous-unwind-tables -mno-red-zone -mgeneral-regs-only -mpreferred-stack-boundary=2 -std=c99 -m32 -pedantic-errors -Iinc/ -Ofast +CFLAGS = -Wall -Wextra -nostdlib -nostdinc -fno-builtin -mgeneral-regs-only -std=c99 -m32 -pedantic-errors -Iinc/ -Ofast ASFLAGS = -f elf32 -- cgit v1.2.3