diff options
author | Anselm R. Garbe <garbeam@wmii.de> | 2006-07-14 08:34:38 +0200 |
---|---|---|
committer | Anselm R. Garbe <garbeam@wmii.de> | 2006-07-14 08:34:38 +0200 |
commit | 72655f0ce7abe85853aca98a051df2aab07116f9 (patch) | |
tree | df4325bcb502ca3b2d656eb70d16711776d11638 /config.mk | |
parent | 86d9851427710ca0f3ab95ae9b6c20361b56e516 (diff) | |
download | dwm-72655f0ce7abe85853aca98a051df2aab07116f9.tar.gz |
continued with man page
Diffstat (limited to 'config.mk')
-rw-r--r-- | config.mk | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/config.mk b/config.mk index 39533c2..ed58c1f 100644 --- a/config.mk +++ b/config.mk @@ -14,9 +14,12 @@ VERSION = 0.0 LIBS = -L${PREFIX}/lib -L/usr/lib -lc -L${X11LIB} -lX11 # Linux/BSD -CFLAGS = -g -Wall -O2 -I. -I${PREFIX}/include -I/usr/include -I${X11INC} \ +CFLAGS = -Os -I. -I${PREFIX}/include -I/usr/include -I${X11INC} \ -DVERSION=\"${VERSION}\" -LDFLAGS = -g ${LIBS} +LDFLAGS = ${LIBS} +#CFLAGS = -g -Wall -O2 -I. -I${PREFIX}/include -I/usr/include -I${X11INC} \ +# -DVERSION=\"${VERSION}\" +#LDFLAGS = -g ${LIBS} # Solaris |