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