mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-08 21:00:05 +02:00
mold: disable parallel build. (#13191)
Triggers out-of-mem errors too easily.
This commit is contained in:
@@ -83,7 +83,7 @@ BUILD()
|
|||||||
|
|
||||||
# Parallel builds require way too much RAM (8 GB not enough even for 3-cores, 2 *might* work).
|
# 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.
|
# 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()
|
INSTALL()
|
||||||
|
|||||||
Reference in New Issue
Block a user