Skip to content

Commit

Permalink
make -j nproc when making inference_lib_dist
Browse files Browse the repository at this point in the history
  • Loading branch information
helinwang committed Apr 11, 2018
1 parent 8d3ce01 commit 35b0ed3
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 35b0ed3

Please sign in to comment.