diff options
author | thing1 <thing1@seacrossedlovers.xyz> | 2025-02-08 11:01:56 +0000 |
---|---|---|
committer | thing1 <thing1@seacrossedlovers.xyz> | 2025-02-08 11:01:56 +0000 |
commit | e41eaca7dd26f6ac5db4c21dc9c2a9d647409ac8 (patch) | |
tree | a46941bdc92ecea89b21c9084f1229d56c43c5db | |
parent | 66293d77d05071475fd38a412b2b4c5fcf373a8b (diff) |
-rw-r--r-- | config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |