X-Git-Url: https://jasonwoof.com/gitweb/?p=dwm.git;a=blobdiff_plain;f=config.mk;h=b18ad3308073ab8a823834392a8033fbe7cfc91b;hp=63ffb69560e327db7b1bd3ddfd0b4dea1026e635;hb=874837f653433315bd2733823a0a1efe6f76b373;hpb=f320cd203b13b277a33c76191db5626fa342b646 diff --git a/config.mk b/config.mk index 63ffb69..b18ad33 100644 --- a/config.mk +++ b/config.mk @@ -1,5 +1,5 @@ # dwm version -VERSION = 2.2 +VERSION = 5.0 # 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}