diff options
Diffstat (limited to 'dwm/config.mk.rej')
-rwxr-xr-x | dwm/config.mk.rej | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/dwm/config.mk.rej b/dwm/config.mk.rej new file mode 100755 index 0000000..e7e898e --- /dev/null +++ b/dwm/config.mk.rej @@ -0,0 +1,13 @@ +--- config.mk ++++ config.mk +@@ -27,8 +27,8 @@ LIBS = -L${X11LIB} -lX11 ${XINERAMALIBS} ${FREETYPELIBS} + + # flags + CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=700L -DVERSION=\"${VERSION}\" ${XINERAMAFLAGS} +-#CFLAGS = -g -std=c99 -pedantic -Wall -O0 ${INCS} ${CPPFLAGS} +-CFLAGS = -std=c99 -pedantic -Wall -Wno-deprecated-declarations -Os ${INCS} ${CPPFLAGS} ++CFLAGS = -g -std=c99 -pedantic -Wall -O0 ${INCS} ${CPPFLAGS} ++#CFLAGS = -std=c99 -pedantic -Wall -Wno-deprecated-declarations -Os ${INCS} ${CPPFLAGS} + LDFLAGS = ${LIBS} + + # Solaris |