aboutsummaryrefslogtreecommitdiffstats
path: root/config.mk
diff options
context:
space:
mode:
authorJoe <bousset.rudy@gmail.com>2022-08-18 16:54:55 +0200
committerJoe <bousset.rudy@gmail.com>2022-08-18 16:54:55 +0200
commit12260add4983ee248f115ed434cb8817b2a679d0 (patch)
treef653c7416b380c42d174000f232b605ef234c978 /config.mk
parentActually cool setp (diff)
downloaddwm-12260add4983ee248f115ed434cb8817b2a679d0.tar.gz
dwm-12260add4983ee248f115ed434cb8817b2a679d0.tar.bz2
dwm-12260add4983ee248f115ed434cb8817b2a679d0.tar.xz
dwm-12260add4983ee248f115ed434cb8817b2a679d0.tar.zst
dwm-12260add4983ee248f115ed434cb8817b2a679d0.zip
update
Diffstat (limited to '')
-rw-r--r--config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.mk b/config.mk
index d8b6dfa..e579bb0 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 -O3 -pipe ${INCS} ${CPPFLAGS}
+CFLAGS = -std=c99 -pedantic -Wall -Wno-deprecated-declarations -march=tigerlake -O3 -pipe ${INCS} ${CPPFLAGS}
LDFLAGS = ${LIBS}
# Solaris