We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0ef83cf + 6fbe1bf commit 9e97a4dCopy full SHA for 9e97a4d
bin/gbuild
@@ -156,6 +156,8 @@ EOF"
156
script.puts "GBUILD_COMMON_CACHE=$HOME/cache/common"
157
end
158
script.puts "MAKEOPTS=(-j#{@options[:num_procs]})"
159
+ script.puts "NUM_PROCS=#{@options[:num_procs]}"
160
+ script.puts "NUM_MEM=#{@options[:memory]}"
161
script.puts
162
author_date = nil
163
build_desc["remotes"].each do |remote|
0 commit comments