mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-14 01:04:38 +03:00
Build: Build libstdc++ in parallel
This commit is contained in:
parent
cdcc09f63b
commit
3f2b78a063
Notes:
sideshowbarker
2024-07-19 04:22:54 +09:00
Author: https://github.com/BenWiederhake Commit: https://github.com/SerenityOS/serenity/commit/3f2b78a0639 Pull-request: https://github.com/SerenityOS/serenity/pull/2942
@ -254,7 +254,7 @@ pushd "$DIR/Build/"
|
||||
popd
|
||||
|
||||
echo "XXX build libstdc++"
|
||||
"$MAKE" all-target-libstdc++-v3 || exit 1
|
||||
"$MAKE" -j "$MAKEJOBS" all-target-libstdc++-v3 || exit 1
|
||||
echo "XXX install libstdc++"
|
||||
"$MAKE" install-target-libstdc++-v3 || exit 1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user