Skip to content

Commit 680d06f

Browse files
marxintheduke
authored andcommitted
use build for Speed + parallel build
1 parent 352e6b2 commit 680d06f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Tools/wasm/wasix-configure-wrapper

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ export LD="wasixld"
7070

7171
export CFLAGS="\
7272
-DOPENSSL_THREADS \
73-
-Os -flto"
73+
-flto"
7474

7575
WASIXCC_RUN_WASM_OPT=no \
7676
"$@" \

Tools/wasm/wasm_build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -563,7 +563,7 @@ def configure_cmd(self) -> List[str]:
563563
@property
564564
def make_cmd(self) -> List[str]:
565565
"""Generate make command"""
566-
cmd = ["make"]
566+
cmd = ["make", "-j8"]
567567
platform = self.host.platform
568568
if platform.make_wrapper:
569569
cmd.insert(0, os.fspath(platform.make_wrapper))

0 commit comments

Comments
 (0)