From 27d2f5ed001397dbcc23b3d55708502b8488e88a Mon Sep 17 00:00:00 2001 From: stkhan Date: Tue, 13 Jun 2023 17:14:48 -0500 Subject: Remove warnings on compile and change redshift cmd --- wm/dwm-6.4/config.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wm/dwm-6.4/config.mk') diff --git a/wm/dwm-6.4/config.mk b/wm/dwm-6.4/config.mk index 8847583..e4ba4ee 100644 --- a/wm/dwm-6.4/config.mk +++ b/wm/dwm-6.4/config.mk @@ -28,7 +28,7 @@ LIBS = -L${X11LIB} -lX11 ${XINERAMALIBS} ${FREETYPELIBS} -lImlib2 -lXrender -lX1 # flags CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_POSIX_C_SOURCE=200809L -DVERSION=\"${VERSION}\" ${XINERAMAFLAGS} #CFLAGS = -g -std=c99 -pedantic -Wall -O0 ${INCS} ${CPPFLAGS} -CFLAGS = -std=c99 -pedantic -Wall -Wno-deprecated-declarations -Os ${INCS} ${CPPFLAGS} +CFLAGS = -std=c99 -pedantic -Wno-deprecated-declarations -Os ${INCS} ${CPPFLAGS} LDFLAGS = ${LIBS} # Solaris -- cgit v1.2.3