all repos — dwm @ 95e56ffc0d91f55dcb138b25b6788378971485a5

my dwm build

changed CFLAGs
arg@mmvi unknown
Tue, 18 Jul 2006 17:54:55 +0200
commit

95e56ffc0d91f55dcb138b25b6788378971485a5

parent

f1294353f200bf646b40d85906bac4d204eea5fa

1 files changed, 5 insertions(+), 5 deletions(-)

jump to
M config.mkconfig.mk

@@ -13,12 +13,12 @@ # includes and libs

LIBS = -L${PREFIX}/lib -L/usr/lib -lc -L${X11LIB} -lX11 # Linux/BSD -#CFLAGS = -Os -I. -I${PREFIX}/include -I/usr/include -I${X11INC} \ -# -DVERSION=\"${VERSION}\" -#LDFLAGS = ${LIBS} -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