aboutsummaryrefslogtreecommitdiffstats
path: root/config.mk
diff options
context:
space:
mode:
authorJoe <bousset.rudy@gmail.com>2022-06-07 12:07:51 +0200
committerJoe <bousset.rudy@gmail.com>2022-06-07 12:07:51 +0200
commitc364bd310a32febbfa9047c5a8506c7769c19d30 (patch)
treebc6ace3e362330cf8eaa7f4ef9621646cafe1253 /config.mk
parentDark mode for iridium (diff)
downloaddwm-c364bd310a32febbfa9047c5a8506c7769c19d30.tar.gz
dwm-c364bd310a32febbfa9047c5a8506c7769c19d30.tar.bz2
dwm-c364bd310a32febbfa9047c5a8506c7769c19d30.tar.xz
dwm-c364bd310a32febbfa9047c5a8506c7769c19d30.tar.zst
dwm-c364bd310a32febbfa9047c5a8506c7769c19d30.zip
Back to alacritty
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 5bdaf58..7f77d7a 100644
--- a/config.mk
+++ b/config.mk
@@ -27,7 +27,7 @@ LIBS = -L${X11LIB} -lX11 ${XINERAMALIBS} ${FREETYPELIBS}
# 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 -march=ivybridge -Os -pipe ${INCS} ${CPPFLAGS}
+CFLAGS = -std=c99 -pedantic -Wall -Wno-deprecated-declarations -march=tigerlake -O3 -pipe ${INCS} ${CPPFLAGS}
LDFLAGS = ${LIBS}
# Solaris