X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=config.mk;h=f2750fbae1e6bf6306d2e334671dac14658a351d;hb=bd67a82fb5a77638be365659a8b6aab4f3f5a35e;hp=338632de2ee391efd5a020cf1b05c3a980f01470;hpb=7ece30ebc04640258b5e20dcc71f51e1b01c9222;p=dwm.git diff --git a/config.mk b/config.mk index 338632d..f2750fb 100644 --- a/config.mk +++ b/config.mk @@ -1,5 +1,5 @@ # dwm version -VERSION = 3.4 +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