summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2024-01-27 03:01:43 -0500
committerFreya Murphy <freya@freyacat.org>2024-01-27 03:02:02 -0500
commit481b4e303ab578171114d5e09bb9daff4c4e1d1a (patch)
treee968fde035447f869a05781e1d578fca0427ecc9 /Makefile
parentupdate libs (diff)
downloadcorn-481b4e303ab578171114d5e09bb9daff4c4e1d1a.tar.gz
corn-481b4e303ab578171114d5e09bb9daff4c4e1d1a.tar.bz2
corn-481b4e303ab578171114d5e09bb9daff4c4e1d1a.zip
mboot parsing
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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")