update patch2 (for arch64)

This commit is contained in:
josef radinger 2020-06-12 09:36:32 +02:00
parent db18bfc091
commit ed59ea7db0

View File

@ -1,12 +1,11 @@
--- gmic-2.9.0/src/Makefile.orig 2020-03-28 14:25:12.000000000 +0100
+++ gmic-2.9.0/src/Makefile 2020-04-02 19:52:54.033777691 +0200
@@ -193,7 +193,8 @@
# Enable optimizations for 'cli'.
--- gmic-2.9.1/src/Makefile.orig 2020-06-10 15:43:15.000000000 +0200
+++ gmic-2.9.1/src/Makefile 2020-06-12 09:33:42.374067915 +0200
@@ -194,7 +194,7 @@
FLTO = -flto
OPT_CLI_CFLAGS = -Ofast
ifdef IS_GCC
-OPT_CLI_CFLAGS = -Ofast -mtune=generic -flto
+#OPT_CLI_CFLAGS = -Ofast -mtune=generic -flto
+OPT_CLI_CFLAGS = -Ofast -flto
OPT_CLI_LIBS = -flto
-OPT_CLI_CFLAGS = -Ofast -mtune=generic $(FLTO)
+OPT_CLI_CFLAGS = -Ofast $(FLTO)
OPT_CLI_LIBS = $(FLTO)
endif
ifdef icpc