Track changes to _XROOTPMAP_ID property
[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
 
+CFLAGS=-O -g
+
 xcompmgr: xcompmgr.c
        $(CC) -o $@ $(CFLAGS) xcompmgr.c $(LIBS)