Build using multiple threads
This commit is contained in:
parent
65e1b4288e
commit
b3e1dfe446
@ -11,6 +11,6 @@ mkdir -p software/{build,install}
|
|||||||
for dir in "chuffed" "gecode" "gecode_on_record" "gecode_on_replay"
|
for dir in "chuffed" "gecode" "gecode_on_record" "gecode_on_replay"
|
||||||
do
|
do
|
||||||
cmake -S software/${dir} -B software/build/${dir} -DCMAKE_BUILD_TYPE=RELEASE -DCMAKE_INSTALL_PREFIX=`pwd`/software/install/${dir}
|
cmake -S software/${dir} -B software/build/${dir} -DCMAKE_BUILD_TYPE=RELEASE -DCMAKE_INSTALL_PREFIX=`pwd`/software/install/${dir}
|
||||||
cmake --build software/build/${dir} --config Release --target install
|
cmake --build software/build/${dir} --config Release --target install -- -j4
|
||||||
done
|
done
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user