summaryrefslogtreecommitdiffstats
path: root/python/python3-compreffor
diff options
context:
space:
mode:
author lecramyajiv2024-01-18 18:16:04 +0100
committer Willy Sudiarto Raharjo2024-01-19 03:46:23 +0100
commitd142db1a8915ce54eecb158ba891612d0d27088c (patch)
tree88258d244a5a324b3e37c2610e0568535c4a72de /python/python3-compreffor
parent439d57e24627cde6cef68eb4d259e1414db7123f (diff)
downloadslackbuilds-d142db1a8915ce54eecb158ba891612d0d27088c.tar.gz
python/python3-compreffor: Update python3-compreffor.SlackBuild
change -mtune flag to generic Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-compreffor')
-rw-r--r--python/python3-compreffor/python3-compreffor.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/python3-compreffor/python3-compreffor.SlackBuild b/python/python3-compreffor/python3-compreffor.SlackBuild
index c82bdccd76..fb5096cdd6 100644
--- a/python/python3-compreffor/python3-compreffor.SlackBuild
+++ b/python/python3-compreffor/python3-compreffor.SlackBuild
@@ -58,7 +58,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"
else
SLKCFLAGS="-O2"