diff options
author | lecramyajiv <36596722+lecramyajiv@users.noreply.github.com> | 2024-01-18 22:25:05 +0530 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-01-19 09:44:15 +0700 |
commit | 41b3273ab821bf3a11375d106b29d4157b7d1e63 (patch) | |
tree | 5a1f29474a972d291e0151018783e4b626e1953e /python/python-debian/python-debian.SlackBuild | |
parent | d3f8c65a737fafdabe6f030ceef0b9f33bd7eb0a (diff) |
python/python-debian: Update python-debian.SlackBuild
change -mtune flag to generic
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python-debian/python-debian.SlackBuild')
-rw-r--r-- | python/python-debian/python-debian.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/python-debian/python-debian.SlackBuild b/python/python-debian/python-debian.SlackBuild index fc4840e1ed..87e5480dfc 100644 --- a/python/python-debian/python-debian.SlackBuild +++ b/python/python-debian/python-debian.SlackBuild @@ -57,7 +57,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" |