]> git.ameliathe1st.gay Git - voyage-au-centre-des-fichiers.git/commitdiff
Changed compile options a bit
authorAmelia Coutard <eliottulio.coutard@gmail.com>
Mon, 13 Mar 2023 22:44:24 +0000 (23:44 +0100)
committerAmelia Coutard <eliottulio.coutard@gmail.com>
Mon, 13 Mar 2023 22:44:24 +0000 (23:44 +0100)
Makefile

index c66659794be1f575a3709de77d8c78d4887e73e0..4ea34711245bd37054a1d1ea581ed21116de4355 100644 (file)
--- 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