X-Git-Url: https://git.xinqibao.xyz/dwm.git/blobdiff_plain/0b80d1842d1c921a8a94c11fd9222dad9311cc97..a355782a7795c8c26a05e8bda1505ff46d5d0289:/config.mk?ds=inline diff --git a/config.mk b/config.mk index f65e6fc..f365e8f 100644 --- a/config.mk +++ b/config.mk @@ -1,5 +1,5 @@ # dwm version -VERSION = 2.9 +VERSION = 4.9 # Customize below to fit your system @@ -16,9 +16,9 @@ LIBS = -L/usr/lib -lc -L${X11LIB} -lX11 # flags CFLAGS = -Os ${INCS} -DVERSION=\"${VERSION}\" -LDFLAGS = ${LIBS} -CFLAGS = -g -Wall -O2 ${INCS} -DVERSION=\"${VERSION}\" -LDFLAGS = -g ${LIBS} +LDFLAGS = -s ${LIBS} +#CFLAGS = -g -std=c99 -pedantic -Wall -O2 ${INCS} -DVERSION=\"${VERSION}\" +#LDFLAGS = -g ${LIBS} # Solaris #CFLAGS = -fast ${INCS} -DVERSION=\"${VERSION}\" @@ -27,4 +27,3 @@ LDFLAGS = -g ${LIBS} # compiler and linker CC = cc -LD = ${CC}