File drop-march-native.patch of Package python-rencode

From e7ec8ea718e73a8fee7dbc007c262e1584f7f94b Mon Sep 17 00:00:00 2001
From: Andrew Resch <andrewresch@gmail.com>
Date: Sun, 22 Jun 2025 09:50:26 -0700
Subject: [PATCH] Change default COMPILE_ARGS to just '-O3'

---
 build.py | 3 ---
 1 file changed, 3 deletions(-)

Index: rencode-1.0.8/build.py
===================================================================
--- rencode-1.0.8.orig/build.py
+++ rencode-1.0.8/build.py
@@ -11,7 +11,8 @@ from setuptools import Extension
 from setuptools.command.build_ext import build_ext
 
 
-COMPILE_ARGS = ["-march=native", "-O3", "-msse", "-msse2", "-mfma", "-mfpmath=sse"]
+COMPILE_ARGS = ["-O3"]
+
 LINK_ARGS: list[str] = []
 INCLUDE_DIRS: list[str] = []
 LIBRARIES: list[str] = []
openSUSE Build Service is sponsored by