gmic/Makefile_arch.patch

13 lines
392 B
Diff
Raw Normal View History

--- 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'.
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
endif
ifdef icpc