aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorProsperousPotato <ProsperousPotato@users.noreply.github.com>2025-07-28 22:07:20 +0100
committerProsperousPotato <ProsperousPotato@users.noreply.github.com>2025-07-28 22:07:20 +0100
commitf7ce4ebe44f2b4ef07ade1ad18244bdc8aeb4e84 (patch)
treec8c2236c6437b0b62280e452ce5fac5a84cf41b2
parente5d94759bdd8a40cd4761fdbac326cc7e97759cd (diff)
yes
-rwxr-xr-xconfig.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.mk b/config.mk
index 43e91bb..7825c5c 100755
--- a/config.mk
+++ b/config.mk
@@ -21,8 +21,8 @@ LIBS = -L$(X11LIB) -lm -lrt -lX11 -lutil -lXft \
`$(PKG_CONFIG) --libs freetype2`
# flags
-STCPPFLAGS = -DVERSION=\"$(VERSION)\" -D_XOPEN_SOURCE=600 -O3
-STCFLAGS = $(INCS) $(STCPPFLAGS) $(CPPFLAGS) $(CFLAGS) -O3
+STCPPFLAGS = -DVERSION=\"$(VERSION)\" -D_XOPEN_SOURCE=600
+STCFLAGS = $(INCS) $(STCPPFLAGS) $(CPPFLAGS) $(CFLAGS) -Os
STLDFLAGS = $(LIBS) $(LDFLAGS)
# OpenBSD: