commit 0a44f2aa90ded94962fe0252ee66bb18dfcdf9cd parent b32121ab084c234401aa597cd6705424f3b9d9a1 Author: Plat <plat@stellar-nexus.ru> Date: Fri, 7 Nov 2025 21:24:26 +0000 Added optimizations for C++ Diffstat:
| M | config.mk | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/config.mk b/config.mk @@ -1,4 +1,5 @@ CC = cc GXX = g++ CFLAGS = -Os -pipe +CXXFLAGS = -O3 -pipe LDFLAGS = -static