From fbc2cc52c8a38c3c63a34f5547ba7c4209a667ac Mon Sep 17 00:00:00 2001 From: Aleksa Vuckovic Date: Thu, 2 Mar 2023 20:30:55 +0100 Subject: scheduling usermode processes & code refactoring --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 4d63ac4..4bbe5dc 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ WNO += -Wno-error=infinite-recursion CFLAGS = $(W) $(WNO) -fno-omit-frame-pointer -mcmodel=large CFLAGS += -mgeneral-regs-only # disables SIMD instructions -CFLAGS += -MD -O3 -ffreestanding -nostdlib +CFLAGS += -MD -O3 -ffreestanding -nostdlib -std=gnu89 CFLAGS += -fno-common -fno-stack-protector CFLAGS += -fno-pie -no-pie -fno-pic CFLAGS += -g -fsanitize=undefined -- cgit v1.2.3