aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorXander <xander@biltopia.org>2023-07-15 00:31:51 +0200
committerXander <xander@biltopia.org>2023-07-15 00:31:51 +0200
commitab383485291164f7bc78b88787271dd1b85c0d73 (patch)
tree2c94f258cda82214bf1834a56571d3b8487f652c /Makefile
parent5ad68a0c087d21fa1d0f82bea1550169f1e4c1aa (diff)
downloadats-os-ab383485291164f7bc78b88787271dd1b85c0d73.tar.xz
ats-os-ab383485291164f7bc78b88787271dd1b85c0d73.zip
Boot info memory mapping implementation
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 19bca78..f56a430 100644
--- a/Makefile
+++ b/Makefile
@@ -22,7 +22,7 @@ CLFAGS_ATS :=
CFLAGS_ATS += -D_ATS_CCOMP_RUNTIME_NONE_
CFLAGS_ATS += -D_ATS_CCOMP_EXCEPTION_NONE_
-CFLAGS=-ffreestanding -mcmodel=large -mno-red-zone -mgeneral-regs-only -m64 -fpack-struct
+CFLAGS=-ffreestanding -mcmodel=large -mno-red-zone -mgeneral-regs-only -m64 -fpack-struct -fno-stack-protector
.PHONY: all clean run iso