Sophie

Sophie

distrib > Mageia > 6 > armv7hl > media > core-updates-src > by-pkgid > 0c7ce595e4b445897e32b3826f1b736a > files > 2

cimg-2.4.0-1.mga6.src.rpm

diff -Nru a/examples/Makefile b/examples/Makefile
--- a/examples/Makefile	2018-10-04 14:39:25.000000000 +0200
+++ b/examples/Makefile	2018-10-16 05:43:11.625883120 +0200
@@ -131,7 +131,7 @@
 
 # Flags to enable code optimization by the compiler.
 ifeq ($(notdir $(CXX)),g++)
-OPT_CFLAGS = -Ofast -mtune=generic
+OPT_CFLAGS = -Ofast
 else
 ifeq ($(notdir $(CXX)),icpc)
 OPT_CFLAGS = -fast