From: Amelia Coutard Date: Mon, 13 Mar 2023 22:44:24 +0000 (+0100) Subject: Changed compile options a bit X-Git-Url: https://git.ameliathe1st.gay/?a=commitdiff_plain;h=bea544f06d000e86129dd493009b3ebb7f65d226;p=voyage-au-centre-des-fichiers.git Changed compile options a bit --- 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