summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author lecramyajiv <36596722+lecramyajiv@users.noreply.github.com>2024-01-20 20:52:03 +0530
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2024-01-20 23:51:18 +0700
commit62ea4e6a2417c57f5c7991225dd0b91c57c713d4 (patch)
tree75e8bb8c646a338fa0e134b310f10502aa4c17fc
parentcd5a36ad780ea4b16b9138ae8ad49019fb4d75b3 (diff)
downloadslackbuilds-62ea4e6a2417c57f5c7991225dd0b91c57c713d4.tar.gz
slackbuilds-62ea4e6a2417c57f5c7991225dd0b91c57c713d4.tar.xz
python/python3-marisa-trie: Update python3-marisa-trie.SlackBuild
change mtune flag to generic Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--python/python3-marisa-trie/python3-marisa-trie.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/python3-marisa-trie/python3-marisa-trie.SlackBuild b/python/python3-marisa-trie/python3-marisa-trie.SlackBuild
index 3c0b69f037..f06747e13b 100644
--- a/python/python3-marisa-trie/python3-marisa-trie.SlackBuild
+++ b/python/python3-marisa-trie/python3-marisa-trie.SlackBuild
@@ -55,7 +55,7 @@ elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-march=i686 -mtune=i686 -pipe -O2 -fPIC"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "x86_64" ]; then
- SLKCFLAGS="-march=x86-64 -mtune=native -pipe -O2 -fPIC"
+ SLKCFLAGS="-march=x86-64 -mtune=generic -pipe -O2 -fPIC"
LIBDIRSUFFIX="64"
elif [ "$ARCH" = "aarch64" ]; then
SLKCFLAGS="-O2 -fPIC"