summaryrefslogtreecommitdiffstats
path: root/python/python3-marisa-trie
diff options
context:
space:
mode:
author lecramyajiv2024-01-20 16:22:03 +0100
committer Willy Sudiarto Raharjo2024-01-20 17:51:18 +0100
commit62ea4e6a2417c57f5c7991225dd0b91c57c713d4 (patch)
tree75e8bb8c646a338fa0e134b310f10502aa4c17fc /python/python3-marisa-trie
parentcd5a36ad780ea4b16b9138ae8ad49019fb4d75b3 (diff)
downloadslackbuilds-62ea4e6a2417c57f5c7991225dd0b91c57c713d4.tar.gz
python/python3-marisa-trie: Update python3-marisa-trie.SlackBuild
change mtune flag to generic Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-marisa-trie')
-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"