summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorokan <okan>2016-09-20 18:23:12 +0000
committerokan <okan>2016-09-20 18:23:12 +0000
commit74e4a3c60b75db4687d1032cc3d95709ccd4fb90 (patch)
tree5ee021ed3d4033c46fb1c3cc4f8cc2c4c6f1610f /Makefile
parent9cf31746965729f6ea8289849f08fe7a8b825555 (diff)
downloadcwm-74e4a3c60b75db4687d1032cc3d95709ccd4fb90.tar.gz
cwm-74e4a3c60b75db4687d1032cc3d95709ccd4fb90.tar.xz
cwm-74e4a3c60b75db4687d1032cc3d95709ccd4fb90.zip
remove debug that accidentally snuck in
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 879ccdf..f00441b 100644
--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,7 @@ SRCS=		calmwm.c screen.c xmalloc.c client.c menu.c \
 
 CPPFLAGS+=	-I${X11BASE}/include -I${X11BASE}/include/freetype2 -I${.CURDIR}
 
-CFLAGS+=	-Wall -g
+CFLAGS+=	-Wall
 
 LDADD+=		-L${X11BASE}/lib -lXft -lXrender -lX11 -lxcb -lXau -lXdmcp \
 		-lfontconfig -lexpat -lfreetype -lz -lXrandr -lXext