| 12
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 
 | From: Nicolas Schodet <nico@ni.fr.eu.org>
Date: Fri, 15 Aug 2025 18:19:32 +0200
Subject: Remove amd64 specific compilation options
---
 src/Makefile | 2 --
 1 file changed, 2 deletions(-)
diff --git a/src/Makefile b/src/Makefile
index 6e8b60e..9164a6d 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -10,8 +10,6 @@ LIBS     = -L/usr/local/lib -lSDL2 -lboost_filesystem -lboost_system -lpthread
 CPPFLAGS = -D__WITH_SDL2__ \
            -std=c++17 \
            -O3 \
-           -msse2 \
-           -mfpmath=sse \
            -Wall \
            -Wextra \
            -frounding-math \
 |