diff options
author | Anselm R. Garbe <garbeam@wmii.de> | 2006-07-13 09:32:22 +0200 |
---|---|---|
committer | Anselm R. Garbe <garbeam@wmii.de> | 2006-07-13 09:32:22 +0200 |
commit | 650a1fb4e1a798aca48a53739f5bb2649191bc1c (patch) | |
tree | 24684f376a1016a4ccbb01f3f96ca08c01383eee /config.mk | |
parent | d7e17087ed2fc5eed57efa03e81460e3e41f7238 (diff) | |
download | dwm-650a1fb4e1a798aca48a53739f5bb2649191bc1c.tar.gz |
added logo+description
Diffstat (limited to 'config.mk')
-rw-r--r-- | config.mk | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/config.mk b/config.mk index 9857f93..33edcd7 100644 --- a/config.mk +++ b/config.mk @@ -14,14 +14,10 @@ VERSION = 0.0 LIBS = -L${PREFIX}/lib -L/usr/lib -lc -lm -L${X11LIB} -lX11 # Linux/BSD -CFLAGS = -Os -I. -I${PREFIX}/include -I/usr/include -I${X11INC} \ +CFLAGS = -g -Wall -O2 -I. -I${PREFIX}/include -I/usr/include -I${X11INC} \ -DVERSION=\"${VERSION}\" -LDFLAGS = ${LIBS} -#CFLAGS += -W -Wstrict-prototypes -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Waggregate-return -Wnested-externs -Winline -Wwrite-strings -Wundef -Wsign-compare -Wmissing-prototypes -Wredundant-decls +LDFLAGS = -g ${LIBS} -#CFLAGS = -g -Wall -O2 -I. -I${PREFIX}/include -I/usr/include -I${X11INC} \ -# -DVERSION=\"${VERSION}\" -#LDFLAGS = -g ${LIBS} # Solaris #CFLAGS = -fast -xtarget=ultra ${INCLUDES} -DVERSION=\"${VERSION}\" |