Skip to content

Commit

Permalink
make or-tools compilation chatty in the makefile (for debugging)
Browse files Browse the repository at this point in the history
  • Loading branch information
ozgurakgun committed Nov 7, 2023
1 parent b2a1819 commit e05babf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ solvers:
@etc/build/silent-wrapper.sh etc/build/install-minion.sh
@etc/build/silent-wrapper.sh etc/build/install-nbc_minisat_all.sh
@etc/build/silent-wrapper.sh etc/build/install-open-wbo.sh
@etc/build/silent-wrapper.sh etc/build/install-ortools.sh
@etc/build/install-ortools.sh
@etc/build/silent-wrapper.sh etc/build/install-yices.sh
@etc/build/silent-wrapper.sh etc/build/install-z3.sh
@if ls make-solvers-*.stderr make-solvers-*.stdout > /dev/null 2> /dev/null; then echo "At least one solver didn't build successfully."; exit 1; fi

0 comments on commit e05babf

Please sign in to comment.