diff options
| author | joe <rbo@gmx.us> | 2025-09-27 18:02:33 +0200 |
|---|---|---|
| committer | joe <rbo@gmx.us> | 2025-09-27 18:02:33 +0200 |
| commit | 512d13d85de55f4a7d5bf3ab87c440b5eb8b8aba (patch) | |
| tree | 6dd9489526a238f21775cb7d2521928ac09db21e /config.mk | |
| parent | up (diff) | |
| download | st-512d13d85de55f4a7d5bf3ab87c440b5eb8b8aba.tar.gz st-512d13d85de55f4a7d5bf3ab87c440b5eb8b8aba.tar.bz2 st-512d13d85de55f4a7d5bf3ab87c440b5eb8b8aba.tar.xz st-512d13d85de55f4a7d5bf3ab87c440b5eb8b8aba.tar.zst st-512d13d85de55f4a7d5bf3ab87c440b5eb8b8aba.zip | |
patches
Diffstat (limited to '')
| -rw-r--r-- | config.mk | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -21,6 +21,7 @@ LIBS = -L$(X11LIB) -lm -lrt -lX11 -lutil -lXft \ `$(PKG_CONFIG) --libs freetype2` # flags +CFLAGS = -march=haswell -Os -pipe STCPPFLAGS = -DVERSION=\"$(VERSION)\" -D_XOPEN_SOURCE=600 STCFLAGS = $(INCS) $(STCPPFLAGS) $(CPPFLAGS) $(CFLAGS) STLDFLAGS = $(LIBS) $(LDFLAGS) |
