Skip to content

Commit

Permalink
Merge pull request #9855 from helinwang/make
Browse files Browse the repository at this point in the history
make -j nproc when making inference_lib_dist
  • Loading branch information
luotao1 authored Apr 12, 2018
2 parents 6489080 + 35b0ed3 commit 80d7560
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion paddle/scripts/docker/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ function gen_fluid_inference_lib() {
Deploying fluid inference library ...
========================================
EOF
make inference_lib_dist
make -j `nproc` inference_lib_dist
fi
}

Expand Down

0 comments on commit 80d7560

Please sign in to comment.