aboutsummaryrefslogtreecommitdiffstats
path: root/config.mk
diff options
context:
space:
mode:
authorJoe <rbo@gmx.us>2024-12-24 22:42:09 +0100
committerJoe <rbo@gmx.us>2024-12-24 22:42:09 +0100
commit1abae801f09e0168fbd619e68ae3c567f251cdc5 (patch)
tree8a64f4ece2a83934f657a0a4abeca421557e3e1d /config.mk
parentbsdred (diff)
downloaddmenu-1abae801f09e0168fbd619e68ae3c567f251cdc5.tar.gz
dmenu-1abae801f09e0168fbd619e68ae3c567f251cdc5.tar.bz2
dmenu-1abae801f09e0168fbd619e68ae3c567f251cdc5.tar.xz
dmenu-1abae801f09e0168fbd619e68ae3c567f251cdc5.tar.zst
dmenu-1abae801f09e0168fbd619e68ae3c567f251cdc5.zip
up
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 ec23670..c4e82cd 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=alderlake -O3 -pipe $(INCS) $(CPPFLAGS)
+CFLAGS = -std=c99 -pedantic -Wall -march=haswell -O3 -pipe $(INCS) $(CPPFLAGS)
LDFLAGS = $(LIBS)
# compiler and linker