dwm-meillo
diff config.mk @ 33:e90449e03167
new stuff (some warning elimination)
author | Anselm R. Garbe <garbeam@wmii.de> |
---|---|
date | Thu, 13 Jul 2006 01:55:54 +0200 |
parents | 2e0fb4130bfb |
children | cd30cce52b78 |
line diff
1.1 --- a/config.mk Thu Jul 13 01:30:55 2006 +0200 1.2 +++ b/config.mk Thu Jul 13 01:55:54 2006 +0200 1.3 @@ -14,9 +14,14 @@ 1.4 LIBS = -L${PREFIX}/lib -L/usr/lib -lc -lm -L${X11LIB} -lX11 1.5 1.6 # Linux/BSD 1.7 -CFLAGS = -g -Wall -O2 -I. -I${PREFIX}/include -I/usr/include -I${X11INC} \ 1.8 +CFLAGS = -Os -I. -I${PREFIX}/include -I/usr/include -I${X11INC} \ 1.9 -DVERSION=\"${VERSION}\" 1.10 -LDFLAGS = -g ${LIBS} 1.11 +LDFLAGS = ${LIBS} 1.12 +#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 1.13 + 1.14 +#CFLAGS = -g -Wall -O2 -I. -I${PREFIX}/include -I/usr/include -I${X11INC} \ 1.15 +# -DVERSION=\"${VERSION}\" 1.16 +#LDFLAGS = -g ${LIBS} 1.17 1.18 # Solaris 1.19 #CFLAGS = -fast -xtarget=ultra ${INCLUDES} -DVERSION=\"${VERSION}\"