Merge pull request #9855 from helinwang/make

make -j nproc when making inference_lib_dist
wangkuiyi-patch-2
Tao Luo 7 years ago committed by GitHub
commit 80d7560a5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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
}

Loading…
Cancel
Save