From e41eaca7dd26f6ac5db4c21dc9c2a9d647409ac8 Mon Sep 17 00:00:00 2001 From: thing1 Date: Sat, 8 Feb 2025 11:01:56 +0000 Subject: added some config options for speed --- config.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.mk b/config.mk index fdc29a7..e5f1b83 100644 --- 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: -- cgit v1.2.3