From e4cb2da8e9af50de5f4efd7cc4ad2e31056198b0 Mon Sep 17 00:00:00 2001 From: ProsperousPotato Date: Tue, 17 Jun 2025 17:48:50 +0100 Subject: fix text jiggling when resizing window --- config.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.mk') diff --git a/config.mk b/config.mk index cb2875c..66f0875 100644 --- a/config.mk +++ b/config.mk @@ -25,7 +25,7 @@ LIBS = -L$(X11LIB) -lm -lrt -lX11 -lutil -lXft -lXrender \ # flags STCPPFLAGS = -DVERSION=\"$(VERSION)\" -D_XOPEN_SOURCE=600 -STCFLAGS = $(INCS) $(STCPPFLAGS) $(CPPFLAGS) $(CFLAGS) +STCFLAGS = $(INCS) $(STCPPFLAGS) $(CPPFLAGS) $(CFLAGS) -O3 STLDFLAGS = $(LIBS) $(LDFLAGS) # OpenBSD: -- cgit v1.2.3