diff options
author | Kimapr <kimapr@mail.ru> | 2023-12-22 17:28:37 +0500 |
---|---|---|
committer | Lizzy Fleckenstein <lizzy@vlhl.dev> | 2023-12-22 13:33:42 +0100 |
commit | 1d9f6363e60aa2335491f70a66dca5549ea3c892 (patch) | |
tree | 0052d3a31e6835023fc00267554283e47a1012f9 /Makefile | |
parent | 619657614489d5953583749617e6fd5a0804ce23 (diff) | |
download | cuddles-1d9f6363e60aa2335491f70a66dca5549ea3c892.tar.xz |
-mno-red-zone to stop interrupts from clobbering the stack
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -5,6 +5,7 @@ override CFLAGS += \ -nostdinc \ -fno-builtin \ -fno-stack-protector \ + -mno-red-zone \ -nostartfiles \ -nodefaultlibs \ -Wall \ |