Skip to content

Commit

Permalink
Gecode: disable cp-profiler (by default) and compile without -j
Browse files Browse the repository at this point in the history
  • Loading branch information
ozgurakgun committed Jun 22, 2019
1 parent 4d5351e commit 42d0e32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions etc/build/install-gecode.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ cd gecode
git checkout release-6.0.1
mkdir build
cd build
../configure --enable-cpprofiler --disable-qt --disable-gist --enable-static
make -j
../configure --disable-qt --disable-gist --enable-static
make
cp tools/flatzinc/fzn-gecode ${BIN_DIR}/fzn-gecode
echo "gecode executable is at ${BIN_DIR}/fzn-gecode"
ls -l ${BIN_DIR}/fzn-gecode
Expand Down

0 comments on commit 42d0e32

Please sign in to comment.