X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=config.mk;h=88355c714f4aadc43644726c029235f65ed74b7a;hb=4018b2c5075c1cab603ca137ef5f6d68b9cee483;hp=abf25c12b27cf9dcfaa646b1b80d25ce43c3ff7f;hpb=c6b89f23e7546c30dea42a3c49f99682c5818190;p=st.git diff --git a/config.mk b/config.mk index abf25c1..88355c7 100644 --- a/config.mk +++ b/config.mk @@ -1,5 +1,5 @@ # st version -VERSION = 0.3 +VERSION = 0.4 # Customize below to fit your system @@ -20,7 +20,7 @@ LIBS = -L/usr/lib -lc -L${X11LIB} -lX11 -lutil -lXext -lXft \ # flags CPPFLAGS = -DVERSION=\"${VERSION}\" -D_BSD_SOURCE -D_XOPEN_SOURCE=600 -CFLAGS += -g -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS} +CFLAGS += -g -std=c99 -pedantic -Wall -Wvariadic-macros -Os ${INCS} ${CPPFLAGS} LDFLAGS += -g ${LIBS} # compiler and linker