diff options
| author | ProsperousPotato <ProsperousPotato@users.noreply.github.com> | 2025-06-17 17:48:50 +0100 |
|---|---|---|
| committer | ProsperousPotato <ProsperousPotato@users.noreply.github.com> | 2025-06-17 17:48:50 +0100 |
| commit | e4cb2da8e9af50de5f4efd7cc4ad2e31056198b0 (patch) | |
| tree | 7d0ab3caeb263d2ea773513dfc605ca04a70fa96 /config.mk | |
| parent | 4d2db6895a167fcb3f38972852a92bcceab9d930 (diff) | |
fix text jiggling when resizing window
Diffstat (limited to 'config.mk')
| -rw-r--r-- | config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |
