aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorXander <xander@icth.xyz>2023-06-30 16:07:10 +0200
committerXander <xander@icth.xyz>2023-06-30 16:07:10 +0200
commit3f846ecba11a66d7679a68c187d4f6e3560af5e6 (patch)
tree9032480542d8f0c9cb49bae3051300e1a38dcafb /Makefile
parent560ab0ba6eb33d17df889e4fb1536cbaff6cba49 (diff)
downloadats-os-3f846ecba11a66d7679a68c187d4f6e3560af5e6.tar.xz
ats-os-3f846ecba11a66d7679a68c187d4f6e3560af5e6.zip
Printing hello world
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4ee4e14..ef3446b 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 -mno-mmx -mno-sse -mno-sse2 -m64
+CFLAGS=-ffreestanding -mcmodel=large -mno-red-zone -mno-mmx -mno-sse -mno-sse2 -mno-sse3 -m64
.PHONY: all clean run iso