From ac431b0050dee304e834605d240df5174ee1f626 Mon Sep 17 00:00:00 2001 From: trimill Date: Sat, 3 Feb 2024 15:32:43 -0500 Subject: fix problem --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index fee6417..ae2396e 100644 --- a/Makefile +++ b/Makefile @@ -6,9 +6,9 @@ CC=cc LD=ld AS=nasm -CFLAGS += -std=c2x -ffreestanding -lgcc -isystem include +CFLAGS += -std=c2x -ffreestanding -lgcc -isystem include -pipe CFLAGS += -Wall -Wextra -pedantic -CFLAGS += -O3 -pipe -g -fno-stack-protector +CFLAGS += -O2 -g -fno-stack-protector -fno-omit-frame-pointer CFLAGS += -DPAGE_SIZE=4096 LDFLAGS += -nmagic --no-warn-rwx-segments -nostdlib -- cgit v1.2.3-freya