aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoe <bousset.rudy@gmail.com>2022-07-08 15:35:06 +0200
committerJoe <bousset.rudy@gmail.com>2022-07-08 15:35:06 +0200
commit1cc29f171e072a9063fb1e4c7e10b7feb27b157a (patch)
tree2733bbd16d64cec9ec5b2b24d8dfa0bb8ec1ed4e
parentUpdate kp (diff)
parentivybridge (diff)
downloaddwm-1cc29f171e072a9063fb1e4c7e10b7feb27b157a.tar.gz
dwm-1cc29f171e072a9063fb1e4c7e10b7feb27b157a.tar.bz2
dwm-1cc29f171e072a9063fb1e4c7e10b7feb27b157a.tar.xz
dwm-1cc29f171e072a9063fb1e4c7e10b7feb27b157a.tar.zst
dwm-1cc29f171e072a9063fb1e4c7e10b7feb27b157a.zip
Merge branch 'master' of jozanofastora.xyz:dwm
-rw-r--r--config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.mk b/config.mk
index 7f77d7a..511c1cd 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