this repo has no description

Build using multiple threads

Changed files
+1 -1
+1 -1
install.sh
···
for dir in "chuffed" "gecode" "gecode_on_record" "gecode_on_replay"
do
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