aboutsummaryrefslogtreecommitdiff
path: root/config.mk
diff options
context:
space:
mode:
authorProsperousPotato <ProsperousPotato@users.noreply.github.com>2026-01-22 21:36:00 +0000
committerProsperousPotato <ProsperousPotato@users.noreply.github.com>2026-01-22 21:36:00 +0000
commit5d51b613de66ab2eb312ca4184b8f84e51ecb1fb (patch)
tree43da1385e65c8cd7579384cbe0f72e1fcd26f162 /config.mk
parent33674943e8205d2a08edec4670332350e728124a (diff)
add url bindings
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.mk b/config.mk
index 46c846c..1b3179c 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) -O3
+STCFLAGS = $(INCS) $(STCPPFLAGS) $(CPPFLAGS) $(CFLAGS) -O3 -flto
STLDFLAGS = $(LIBS) $(LDFLAGS)
# OpenBSD: