libraries/libavif: Update libavif.SlackBuild

change -mtune flag from native to generic

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
lecramyajiv 2024-01-18 19:51:05 +05:30 committed by Willy Sudiarto Raharjo
parent 9d5ccfe763
commit f79c394c1d
No known key found for this signature in database
GPG key ID: 3F617144D7238786

View file

@ -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"