Skip to content

Commit 02e84be

Browse files
build: use -jN option for "make install" in crossruby
1 parent d8f0e3c commit 02e84be

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/ruby_wasm/build/product/crossruby.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,7 @@ def build(executor, remake: false, reconfigure: false)
178178
install_dir = File.join(build_dir, "install")
179179
if !File.exist?(install_dir) || remake || reconfigure
180180
executor.system "make",
181+
"-j#{executor.process_count}",
181182
"install",
182183
"DESTDIR=#{install_dir}",
183184
chdir: build_dir

0 commit comments

Comments
 (0)