File ares-use-march-nehalem-instead-x86-64-v2.patch of Package ares
diff -Nur ares-133-orig/desktop-ui/GNUmakefile ares-133/desktop-ui/GNUmakefile
--- ares-133-orig/desktop-ui/GNUmakefile 2023-07-21 10:13:51.000000000 +0200
+++ ares-133/desktop-ui/GNUmakefile 2023-08-26 09:21:59.643995469 +0200
@@ -15,8 +15,8 @@
ifeq ($(local),true)
flags += -march=native
else
- # For official builds, default to x86-64-v2 (Intel Nehalem, AMD Bulldozer) which supports up to SSE 4.2.
- flags += -march=x86-64-v2
+ # For official builds, default to nehalem which supports up to SSE 4.2.
+ flags += -march=nehalem
endif
endif
endif