Blame SOURCES/intel-gcc-pr65873.patch

53b05d
diff -up xf86-video-intel-20150520/src/sna/compiler.h.jx xf86-video-intel-20150520/src/sna/compiler.h
53b05d
--- xf86-video-intel-20150520/src/sna/compiler.h.jx	2015-05-19 07:44:26.000000000 -0400
53b05d
+++ xf86-video-intel-20150520/src/sna/compiler.h	2015-05-20 12:53:54.797918726 -0400
53b05d
@@ -64,7 +64,7 @@
53b05d
 #endif
53b05d
 
53b05d
 #if HAS_GCC(4, 6) && defined(__OPTIMIZE__)
53b05d
-#define fast __attribute__((optimize("Ofast")))
53b05d
+#define fast __attribute__((optimize("O3")))
53b05d
 #else
53b05d
 #define fast
53b05d
 #endif