diff --git a/Makefile b/Makefile
index f2b5fa8..d62e845 100644
--- a/Makefile
+++ b/Makefile
@@ -30,7 +30,7 @@ LIBDIR  = usr/lib
 DLIB	= $(LIBDIR)/xorg/modules/input
 
 INCLUDE = -Iinclude -I/usr/include/xorg -I/usr/include/pixman-1
-OPTS	= -O3 -fPIC
+OPTS	= -O2 -fPIC
 
 .PHONY: all clean
 .PRECIOUS: obj/%.o
