X-Git-Url: https://git.xinqibao.xyz/dwm.git/blobdiff_plain/8b68890650b13693fabd5747d0a0d569430e4d97..0045ad87dfb32f35fc17b5b8942049cfe84d623c:/config.mk diff --git a/config.mk b/config.mk index 17e15cb..16a7a23 100644 --- a/config.mk +++ b/config.mk @@ -1,5 +1,5 @@ # dwm version -VERSION = 2.0 +VERSION = 3.1 # Customize below to fit your system @@ -20,6 +20,11 @@ LDFLAGS = ${LIBS} #CFLAGS = -g -Wall -O2 ${INCS} -DVERSION=\"${VERSION}\" #LDFLAGS = -g ${LIBS} +# Solaris +#CFLAGS = -fast ${INCS} -DVERSION=\"${VERSION}\" +#LDFLAGS = ${LIBS} +#CFLAGS += -xtarget=ultra + # compiler and linker CC = cc LD = ${CC}