X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=config.mk;h=f2750fbae1e6bf6306d2e334671dac14658a351d;hb=a785a0d71213c2ab628778727c4354ad5bb517fb;hp=510fd82316bf140027bd814121a8765ae7c8beca;hpb=c6fc6b173d8252d06c97af0feec200f1b7ca07d6;p=dwm.git diff --git a/config.mk b/config.mk index 510fd82..f2750fb 100644 --- a/config.mk +++ b/config.mk @@ -1,5 +1,5 @@ # dwm version -VERSION = 3.5 +VERSION = 5.0 # Customize below to fit your system @@ -16,14 +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 = -g ${LIBS} +LDFLAGS = -s ${LIBS} +CFLAGS = -g -std=c99 -pedantic -Wall -O2 ${INCS} -DVERSION=\"${VERSION}\" +LDFLAGS = -g ${LIBS} # Solaris #CFLAGS = -fast ${INCS} -DVERSION=\"${VERSION}\" #LDFLAGS = ${LIBS} -#CFLAGS += -xtarget=ultra # compiler and linker CC = cc