From bea544f06d000e86129dd493009b3ebb7f65d226 Mon Sep 17 00:00:00 2001 From: Amelia Coutard Date: Mon, 13 Mar 2023 23:44:24 +0100 Subject: [PATCH] Changed compile options a bit --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c666597..4ea3471 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,7 @@ build: # Build as default target CXX := x86_64-elf-g++ CXXFLAGS ?= -O2 CXXFLAGS := $(CXXFLAGS) -fno-strict-aliasing -Wall -Wextra -Werror -std=c++20 \ - -mno-mmx -mno-sse -mno-sse2 -fno-exceptions -fno-rtti -ffreestanding + -mgeneral-regs-only -fno-exceptions -fno-rtti -ffreestanding LDFLAGS ?= -O2 LDFLAGS := $(LDFLAGS) -Wall -Wextra -Werror -std=c++20 -ffreestanding -- 2.47.0