aboutsummaryrefslogtreecommitdiffstats
path: root/config.mk
diff options
context:
space:
mode:
authorJoe <bousset.rudy@gmail.com>2022-08-13 12:20:22 +0200
committerJoe <bousset.rudy@gmail.com>2022-08-13 12:20:22 +0200
commit8379dc2bd44b88997079bfe9479d9688cbb0d66f (patch)
tree4a7b5732f2c8a48cc81841496578bdc629c281e4 /config.mk
parentBetter password char (diff)
downloaddmenu-8379dc2bd44b88997079bfe9479d9688cbb0d66f.tar.gz
dmenu-8379dc2bd44b88997079bfe9479d9688cbb0d66f.tar.bz2
dmenu-8379dc2bd44b88997079bfe9479d9688cbb0d66f.tar.xz
dmenu-8379dc2bd44b88997079bfe9479d9688cbb0d66f.tar.zst
dmenu-8379dc2bd44b88997079bfe9479d9688cbb0d66f.zip
color 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 c4964db..404c369 100644
--- a/config.mk
+++ b/config.mk
@@ -24,7 +24,7 @@ LIBS = -L$(X11LIB) -lX11 $(XINERAMALIBS) $(FREETYPELIBS) -lm
# flags
CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=700 -D_POSIX_C_SOURCE=200809L -DVERSION=\"$(VERSION)\" $(XINERAMAFLAGS)
-CFLAGS = -std=c99 -pedantic -Wall -march=ivybridge -O3 -pipe $(INCS) $(CPPFLAGS)
+CFLAGS = -std=c99 -pedantic -Wall -march=tigerlake -O3 -pipe $(INCS) $(CPPFLAGS)
LDFLAGS = $(LIBS)
# compiler and linker