diff options
author | Joe <bousset.rudy@gmail.com> | 2022-06-07 12:07:51 +0200 |
---|---|---|
committer | Joe <bousset.rudy@gmail.com> | 2022-06-07 12:07:51 +0200 |
commit | c364bd310a32febbfa9047c5a8506c7769c19d30 (patch) | |
tree | bc6ace3e362330cf8eaa7f4ef9621646cafe1253 /config.mk | |
parent | Dark mode for iridium (diff) | |
download | dwm-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.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |