File: remove-amd64-specific.patch

package info (click to toggle)
laserboy 2024.03.08%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 20,796 kB
  • sloc: cpp: 84,462; makefile: 126
file content (21 lines) | stat: -rw-r--r-- 597 bytes parent folder | download | duplicates (2)
1
2
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 \