summaryrefslogtreecommitdiff
path: root/config.mk
diff options
context:
space:
mode:
authorthing1 <thing1@seacrossedlovers.xyz>2025-02-08 14:25:54 +0000
committerthing1 <thing1@seacrossedlovers.xyz>2025-02-08 14:25:54 +0000
commitab3e311216249bc4401fa10f88f95ef0d5e002a1 (patch)
treeefdf4f9eb5e4b9458e2fb4cf79317797ca37121d /config.mk
parentcfb8627a80a334f200f68c2c8f3e384313ebbaf5 (diff)
created patched version of dwm
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.mk b/config.mk
index 8efca9a..237a6dc 100644
--- a/config.mk
+++ b/config.mk
@@ -28,7 +28,7 @@ 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 = -std=c99 -pedantic -Wall -Wno-deprecated-declarations -O3 -ffast-math -march=native -funroll-loops ${INCS} ${CPPFLAGS}
LDFLAGS = ${LIBS}
# Solaris