summaryrefslogtreecommitdiff
path: root/dwm-6.3/config.mk
diff options
context:
space:
mode:
authorstkhan <personal@slickd.xyz>2022-04-21 17:15:27 -0500
committerstkhan <personal@slickd.xyz>2022-04-21 17:15:27 -0500
commit6d5f8c137608df2e459c9865efa19c72856ed6e8 (patch)
treebde7ebb7e20ac737d10c25b6503228395645a8db /dwm-6.3/config.mk
parentdf966cab682c913e8b62b460c9ef900e1046863f (diff)
added stuff:
Diffstat (limited to 'dwm-6.3/config.mk')
-rw-r--r--dwm-6.3/config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/dwm-6.3/config.mk b/dwm-6.3/config.mk
index 95d92c9..74256ad 100644
--- a/dwm-6.3/config.mk
+++ b/dwm-6.3/config.mk
@@ -28,7 +28,7 @@ LIBS = -L${X11LIB} -lX11 ${XINERAMALIBS} ${FREETYPELIBS} -lX11-xcb -lXrender -lx
# 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 -Wall -Wno-deprecated-declarations -Ofast ${INCS} ${CPPFLAGS}
LDFLAGS = ${LIBS}
# Solaris