X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=config.mk;h=9206a44588983de1e62cce887cc3a5f49019106e;hb=4d8a646958fa2e0c8fe9d8da3dd26357e8bb4317;hp=c3ed11b0bd4b0ccc1c0427b7bc5511ad241ad9ae;hpb=1f6af5e78f74c80fcb9853dcc2fc7940538808b0;p=dmenu.git diff --git a/config.mk b/config.mk index c3ed11b..9206a44 100644 --- a/config.mk +++ b/config.mk @@ -1,5 +1,5 @@ # dmenu version -VERSION = 3.7 +VERSION = 3.8 # Customize below to fit your system @@ -20,15 +20,12 @@ LIBS = -L/usr/lib -lc -L${X11LIB} -lX11 ${XINERAMALIBS} # flags CPPFLAGS = -DVERSION=\"${VERSION}\" ${XINERAMAFLAGS} -CFLAGS = -Os ${INCS} ${CPPFLAGS} +CFLAGS = -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS} 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