Skip to content
This repository was archived by the owner on Mar 22, 2019. It is now read-only.

Commit

Permalink
Enable parallel make.
Browse files Browse the repository at this point in the history
  • Loading branch information
bensander committed Aug 10, 2017
1 parent 9ea04b2 commit bc0af75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,8 @@ cd $build_dir
if [ "$platform" = "hcc" ]; then
# Cmake and make libhcRNG: Install hcRNG
cmake -DCMAKE_C_COMPILER=$cmake_c_compiler -DCMAKE_CXX_COMPILER=$cmake_cxx_compiler -DCMAKE_CXX_FLAGS=-fPIC -DCMAKE_INSTALL_PREFIX=/opt/rocm/hcrng $current_work_dir
make package $verbose
make $verbose
make -j package $verbose
make -j $verbose

if [ "$install" = "1" ]; then
sudo make install
Expand Down

0 comments on commit bc0af75

Please sign in to comment.