commit b07ec97602aae607b16538cec4fb86eb1a9e6e37
parent 82e6dd83f271ac5473c990afccb24c6770f87d9b
Author: Chris Guillott <chris@techfo.xyz>
Date: Fri, 17 Feb 2017 22:41:10 -0500
Update Makefile
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/Makefile b/Makefile
@@ -16,6 +16,7 @@ CFLAGS += -pipe
CFLAGS += -Wall
CFLAGS += -O2
SIMD_CFLAGS += -funroll-loops
+SIMD_CFLAGS += -msse2
CPPFLAGS += -D_GNU_SOURCE
CPPFLAGS += -DXKBCOMPOSE=$(shell if test -e /usr/include/xkbcommon/xkbcommon-compose.h ; then echo 1 ; else echo 0 ; fi )
CFLAGS += $(shell $(PKG_CONFIG) --cflags cairo xcb-dpms xcb-xinerama xcb-atom xcb-image xcb-xkb xkbcommon xkbcommon-x11)