commit 0bf7a5c993f84df90bb85f459689e95d5966f5b6 parent 254b0ff9d871d848711fbb05a9f39fecb82a154e Author: Plat <plat@stellar-nexus.ru> Date: Fri, 7 Nov 2025 19:24:16 +0000 More fixes to Makefile Diffstat:
| M | config.mk | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/config.mk b/config.mk @@ -1,3 +1,4 @@ CC = cc +GXX = g++ CFLAGS = -Os -pipe LDFLAGS = -static