summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKimapr <kimapr@mail.ru>2023-12-22 17:28:37 +0500
committerLizzy Fleckenstein <lizzy@vlhl.dev>2023-12-22 13:33:42 +0100
commit1d9f6363e60aa2335491f70a66dca5549ea3c892 (patch)
tree0052d3a31e6835023fc00267554283e47a1012f9 /Makefile
parent619657614489d5953583749617e6fd5a0804ce23 (diff)
downloadcuddles-1d9f6363e60aa2335491f70a66dca5549ea3c892.tar.xz
-mno-red-zone to stop interrupts from clobbering the stack
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index a98b181..88d804e 100644
--- a/Makefile
+++ b/Makefile
@@ -5,6 +5,7 @@ override CFLAGS += \
-nostdinc \
-fno-builtin \
-fno-stack-protector \
+ -mno-red-zone \
-nostartfiles \
-nodefaultlibs \
-Wall \