X-Git-Url: https://jasonwoof.com/gitweb/?p=dwm.git;a=blobdiff_plain;f=config.mk;h=df190f153b86943f3515ba9e41364b74ad189e10;hp=af775ae35f7840fb5fc07d49e0537a48989a07b5;hb=3d6630b7d24685c767ecadc131b566d23d944a83;hpb=01d13b0c4932ed38d44b312ceb4908317bb939bb diff --git a/config.mk b/config.mk index af775ae..df190f1 100644 --- a/config.mk +++ b/config.mk @@ -1,5 +1,5 @@ # dwm version -VERSION = 1.3 +VERSION = 4.9 # Customize below to fit your system @@ -16,10 +16,13 @@ LIBS = -L/usr/lib -lc -L${X11LIB} -lX11 # flags CFLAGS = -Os ${INCS} -DVERSION=\"${VERSION}\" -LDFLAGS = ${LIBS} -#CFLAGS = -g -Wall -O2 ${INCS} -DVERSION=\"${VERSION}\" +LDFLAGS = -s ${LIBS} +#CFLAGS = -g -std=c99 -pedantic -Wall -O2 ${INCS} -DVERSION=\"${VERSION}\" #LDFLAGS = -g ${LIBS} +# Solaris +#CFLAGS = -fast ${INCS} -DVERSION=\"${VERSION}\" +#LDFLAGS = ${LIBS} + # compiler and linker CC = cc -LD = ${CC}