diff options
author | bacalhau <bacalhau@based.pt> | 2025-06-08 15:55:29 +0100 |
---|---|---|
committer | bacalhau <bacalhau@based.pt> | 2025-06-08 15:55:29 +0100 |
commit | a3f76f49addeecb6138ee2ae1d089c60d2df04a7 (patch) | |
tree | 9b5ea1d3ef854d19f8239967c21d728edb27a397 /dwm/config.mk.rej | |
parent | 3ab7348ee95f2918cb9ae299290a812252663923 (diff) |
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 |