commit e41eaca7dd26f6ac5db4c21dc9c2a9d647409ac8 parent 66293d77d05071475fd38a412b2b4c5fcf373a8b Author: thing1 <thing1@seacrossedlovers.xyz> Date: Sat, 8 Feb 2025 11:01:56 +0000 added some config options for speed Diffstat:
| M | config.mk | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/config.mk b/config.mk @@ -22,7 +22,7 @@ LIBS = -L$(X11LIB) -lm -lrt -lX11 -lutil -lXft \ # flags STCPPFLAGS = -DVERSION=\"$(VERSION)\" -D_XOPEN_SOURCE=600 -STCFLAGS = $(INCS) $(STCPPFLAGS) $(CPPFLAGS) $(CFLAGS) +STCFLAGS = $(INCS) $(STCPPFLAGS) $(CPPFLAGS) -O3 -ffast-math -march=native -funroll-loops STLDFLAGS = $(LIBS) $(LDFLAGS) # OpenBSD: