Detect ARGB windows, don't give them shadows, compose them correctly.
[dana/xcompmgr.git] / Makefile
index f3c7dea..139ed49 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,7 @@
 LIBS=`pkg-config --cflags --libs xcomposite xfixes xdamage xrender` -lm
 
 LIBS=`pkg-config --cflags --libs xcomposite xfixes xdamage xrender` -lm
 
+CFLAGS=-O -g
+
 xcompmgr: xcompmgr.c
        $(CC) -o $@ $(CFLAGS) xcompmgr.c $(LIBS)
 
 xcompmgr: xcompmgr.c
        $(CC) -o $@ $(CFLAGS) xcompmgr.c $(LIBS)