From: Liana Hadarean Date: Wed, 7 Oct 2015 18:56:02 +0000 (+0100) Subject: Default builds are now proof enabled. X-Git-Tag: cvc5-1.0.0~6214 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=477e72b;p=cvc5.git Default builds are now proof enabled. --- diff --git a/configure.ac b/configure.ac index 8f17768f3..ac68a8edd 100644 --- a/configure.ac +++ b/configure.ac @@ -443,7 +443,7 @@ case "$with_build" in if test -z "${enable_statistics+set}" ; then enable_statistics=yes ; fi if test -z "${enable_replay+set}" ; then enable_replay=no ; fi if test -z "${enable_assertions+set}" ; then enable_assertions=no ; fi - if test -z "${enable_proof+set}" ; then enable_proof=no ; fi + if test -z "${enable_proof+set}" ; then enable_proof=yes ; fi if test -z "${enable_tracing+set}" ; then enable_tracing=no ; fi if test -z "${enable_dumping+set}" ; then enable_dumping=yes ; fi if test -z "${enable_muzzle+set}" ; then enable_muzzle=no ; fi @@ -459,7 +459,7 @@ case "$with_build" in if test -z "${enable_statistics+set}" ; then enable_statistics=yes ; fi if test -z "${enable_replay+set}" ; then enable_replay=yes ; fi if test -z "${enable_assertions+set}" ; then enable_assertions=yes ; fi - if test -z "${enable_proof+set}" ; then enable_proof=no ; fi + if test -z "${enable_proof+set}" ; then enable_proof=yes ; fi if test -z "${enable_tracing+set}" ; then enable_tracing=yes ; fi if test -z "${enable_dumping+set}" ; then enable_dumping=yes ; fi if test -z "${enable_muzzle+set}" ; then enable_muzzle=no ; fi @@ -476,7 +476,7 @@ case "$with_build" in if test -z "${enable_statistics+set}" ; then enable_statistics=yes ; fi if test -z "${enable_replay+set}" ; then enable_replay=yes ; fi if test -z "${enable_assertions+set}" ; then enable_assertions=yes ; fi - if test -z "${enable_proof+set}" ; then enable_proof=no ; fi + if test -z "${enable_proof+set}" ; then enable_proof=yes ; fi if test -z "${enable_tracing+set}" ; then enable_tracing=yes ; fi if test -z "${enable_dumping+set}" ; then enable_dumping=yes ; fi if test -z "${enable_muzzle+set}" ; then enable_muzzle=no ; fi @@ -542,7 +542,7 @@ AC_ARG_ENABLE([proof], [AS_HELP_STRING([--enable-proof], [support proof generation])]) if test -z "${enable_proof+set}"; then - enable_proof=no + enable_proof=yes fi AC_MSG_RESULT([$enable_proof])