Skip to content

Commit

Permalink
Merge pull request #93 from conjure-cp/niklasdewally-patch-1
Browse files Browse the repository at this point in the history
Build minion --quick
  • Loading branch information
ozgurakgun authored Nov 20, 2023
2 parents eab087c + d9b573f commit ec21ebd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solvers/minion/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ if [ -d vendor/build ]; then
else
mkdir -p vendor/build
cd vendor/build
python3 ../configure.py --lib
python3 ../configure.py --lib --quick
fi

echo "------ BUILD STEP ------"
Expand Down

0 comments on commit ec21ebd

Please sign in to comment.