From 481b4e303ab578171114d5e09bb9daff4c4e1d1a Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Sat, 27 Jan 2024 03:01:43 -0500 Subject: mboot parsing --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index da82431..3d0f04c 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ ISO_NAME=os_image.iso CC=cc LD=ld -CFLAGS=-std=c2x -ffreestanding -g -Wall -Wextra -pedantic -lgcc -isystem $(INCLUDE_DIR) +CFLAGS=-std=c2x -ffreestanding -fno-stack-protector -g -Wall -Wextra -pedantic -lgcc -isystem $(INCLUDE_DIR) C_SRC=$(shell find $(SRC_DIR) -type f -name "*.c") -- cgit v1.2.3-freya