aboutsummaryrefslogtreecommitdiffstats
path: root/config.mk
diff options
context:
space:
mode:
authorjoe <rbo@gmx.us>2025-09-30 04:17:13 +0200
committerjoe <rbo@gmx.us>2025-09-30 04:17:13 +0200
commit553c250f8fdb2d8d014f490487061fed0bd82388 (patch)
treec9836a1cca70cfc3dcd426350a0ae188618ca97f /config.mk
parentup (diff)
downloadst-553c250f8fdb2d8d014f490487061fed0bd82388.tar.gz
st-553c250f8fdb2d8d014f490487061fed0bd82388.tar.bz2
st-553c250f8fdb2d8d014f490487061fed0bd82388.tar.xz
st-553c250f8fdb2d8d014f490487061fed0bd82388.tar.zst
st-553c250f8fdb2d8d014f490487061fed0bd82388.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 a18aecd..39ea4da 100644
--- a/config.mk
+++ b/config.mk
@@ -21,7 +21,7 @@ LIBS = -L$(X11LIB) -lm -lrt -lX11 -lutil -lXft \
`$(PKG_CONFIG) --libs freetype2`
# flags
-CFLAGS = -march=tigerlake -Os -pipe
+CFLAGS = -march=haswell -Os -pipe
STCPPFLAGS = -DVERSION=\"$(VERSION)\" -D_XOPEN_SOURCE=600
STCFLAGS = $(INCS) $(STCPPFLAGS) $(CPPFLAGS) $(CFLAGS)
STLDFLAGS = $(LIBS) $(LDFLAGS)