X-Git-Url: https://jasonwoof.com/gitweb/?p=dwm.git;a=blobdiff_plain;f=config.mk;h=b36124263cc57ee871f4c2425336316ac7469c99;hp=35fd1e3b31e99d47a6e648c66c4ff3b5e6727007;hb=9ed26226d2f8ca1253e77d7ae8bcfbdbb6cf1b72;hpb=20f6917910306bcb5275d726b01b42a3b5e868b4 diff --git a/config.mk b/config.mk index 35fd1e3..b361242 100644 --- a/config.mk +++ b/config.mk @@ -4,7 +4,7 @@ VERSION = 6.1 # Customize below to fit your system # paths -PREFIX = /usr/local +PREFIX = /home/jasonwoof/software/virt MANPREFIX = ${PREFIX}/share/man X11INC = /usr/X11R6/include @@ -21,7 +21,7 @@ LIBS = -L${X11LIB} -lX11 ${XINERAMALIBS} # flags CPPFLAGS = -D_BSD_SOURCE -D_POSIX_C_SOURCE=2 -DVERSION=\"${VERSION}\" ${XINERAMAFLAGS} #CFLAGS = -g -std=c99 -pedantic -Wall -O0 ${INCS} ${CPPFLAGS} -CFLAGS = -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS} +CFLAGS = -std=c99 -pedantic -Wall -Wno-deprecated-declarations -Wno-unused-function -Os ${INCS} ${CPPFLAGS} LDFLAGS = -s ${LIBS} # Solaris