From 1762b6d525fac5ba297e5b4f1de59d11f3c98397 Mon Sep 17 00:00:00 2001 From: josef radinger Date: Mon, 17 Jan 2022 08:14:13 +0100 Subject: [PATCH] fix arch --- Makefile_arch.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile_arch.patch b/Makefile_arch.patch index 9e13f57..ddbd038 100644 --- a/Makefile_arch.patch +++ b/Makefile_arch.patch @@ -2,7 +2,7 @@ +++ gmic-2.9.1/src/Makefile 2020-06-12 09:33:42.374067915 +0200 @@ -194,7 +194,7 @@ FLTO = -flto - OPT_CLI_CFLAGS = -Ofast + OPT_CLI_CFLAGS = ifdef IS_GCC -OPT_CLI_CFLAGS = -Ofast -mtune=generic $(FLTO) +OPT_CLI_CFLAGS = -Ofast $(FLTO)