From 39211e822760aad0be2306f4ebb45b1e54298de6 Mon Sep 17 00:00:00 2001 From: OscarL Date: Mon, 10 Nov 2025 00:10:56 -0300 Subject: [PATCH] mold: disable parallel build. (#13191) Triggers out-of-mem errors too easily. --- sys-devel/mold/mold-2.40.4.recipe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-devel/mold/mold-2.40.4.recipe b/sys-devel/mold/mold-2.40.4.recipe index 4c4313db2..1260c5324 100644 --- a/sys-devel/mold/mold-2.40.4.recipe +++ b/sys-devel/mold/mold-2.40.4.recipe @@ -83,7 +83,7 @@ BUILD() # Parallel builds require way too much RAM (8 GB not enough even for 3-cores, 2 *might* work). # On only one core (Phenom II 2.8 GHz), a full build (LTO disabled) takes around 2 hours. - cmake --build build --parallel + cmake --build build } INSTALL()