diff options
| author | ProsperousPotato <ProsperousPotato@users.noreply.github.com> | 2025-07-28 22:07:20 +0100 |
|---|---|---|
| committer | ProsperousPotato <ProsperousPotato@users.noreply.github.com> | 2025-07-28 22:07:20 +0100 |
| commit | f7ce4ebe44f2b4ef07ade1ad18244bdc8aeb4e84 (patch) | |
| tree | c8c2236c6437b0b62280e452ce5fac5a84cf41b2 | |
| parent | e5d94759bdd8a40cd4761fdbac326cc7e97759cd (diff) | |
yes
| -rwxr-xr-x | config.mk | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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: |
