diff options
author | Christian Neukirchen <chneukirchen@gmail.com> | 2010-09-26 14:51:02 +0200 |
---|---|---|
committer | Christian Neukirchen <chneukirchen@gmail.com> | 2010-09-26 14:51:02 +0200 |
commit | a64855f9cc6d2e8d80c6b206c6ffea3436653bfd (patch) | |
tree | d0e677bd5ae29a0404905eff4bbd53ed67bc6ffe /Makefile | |
parent | e6d9effa8dfa6e20f44e9b419c740380867048fb (diff) | |
download | cwm-a64855f9cc6d2e8d80c6b206c6ffea3436653bfd.tar.gz cwm-a64855f9cc6d2e8d80c6b206c6ffea3436653bfd.tar.xz cwm-a64855f9cc6d2e8d80c6b206c6ffea3436653bfd.zip |
Improve CFLAGS
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |