From a64855f9cc6d2e8d80c6b206c6ffea3436653bfd Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Sun, 26 Sep 2010 14:51:02 +0200 Subject: [PATCH] Improve CFLAGS --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 85490f1..a90b4b3 100644 --- a/Makefile +++ b/Makefile @@ -19,7 +19,7 @@ X11BASE= /usr CPPFLAGS+= -I${X11BASE}/include -I${X11BASE}/include/freetype2 -I. -CFLAGS+= -Wall +CFLAGS+= -Wall -O2 -g LDADD+= -L${X11BASE}/lib -lXft -lXrender -lX11 -lXau -lXdmcp \ -lfontconfig -lexpat -lfreetype -lz -lXinerama -lXrandr -lXext