diff options
author | lecramyajiv <36596722+lecramyajiv@users.noreply.github.com> | 2024-01-20 21:54:41 +0530 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-01-20 23:47:15 +0700 |
commit | d77f142f8f1e68b65cb2e08a0bd6da383c16108f (patch) | |
tree | 78197688e18011524a2451076ca61aa7e8d91603 /office | |
parent | 3ec1f753bfa1d2aa42e6febcc49da68b52fb83ac (diff) |
office/semantik: Update semantik.SlackBuild
change mtune flag to generic
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office')
-rw-r--r-- | office/semantik/semantik.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/office/semantik/semantik.SlackBuild b/office/semantik/semantik.SlackBuild index a101b21ce41a..46409d1bdada 100644 --- a/office/semantik/semantik.SlackBuild +++ b/office/semantik/semantik.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" |