aboutsummaryrefslogtreecommitdiffstats
path: root/config.mk
diff options
context:
space:
mode:
authorJoe <bousset.rudy@gmail.com>2022-08-14 15:14:28 +0200
committerJoe <bousset.rudy@gmail.com>2022-08-14 15:14:28 +0200
commit0a60d411c61a1f5e3aee4c202566ce5415541e1b (patch)
tree0de9b1f207672e97d15d9473e4847fb3890b6ef9 /config.mk
parentcolor update (diff)
downloaddwm-0a60d411c61a1f5e3aee4c202566ce5415541e1b.tar.gz
dwm-0a60d411c61a1f5e3aee4c202566ce5415541e1b.tar.bz2
dwm-0a60d411c61a1f5e3aee4c202566ce5415541e1b.tar.xz
dwm-0a60d411c61a1f5e3aee4c202566ce5415541e1b.tar.zst
dwm-0a60d411c61a1f5e3aee4c202566ce5415541e1b.zip
update
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 e579bb0..d8b6dfa 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=tigerlake -O3 -pipe ${INCS} ${CPPFLAGS}
+CFLAGS = -std=c99 -pedantic -Wall -Wno-deprecated-declarations -march=ivybridge -O3 -pipe ${INCS} ${CPPFLAGS}
LDFLAGS = ${LIBS}
# Solaris