summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorChristopher L. Conway <christopherleeconway@gmail.com>2010-05-04 21:57:57 +0000
committerChristopher L. Conway <christopherleeconway@gmail.com>2010-05-04 21:57:57 +0000
commit65d24277bfb9f76b612fa51770d5d63e1d34b528 (patch)
tree023841d60bff520093c40ffeddf40288b97615d3 /configure.ac
parent1571e73e83ecb5fec2f2ddd599bd3823e8f532e7 (diff)
Disabling semantic checks in competition mode.
Adding function debugTagIsOn to safely test for tracing in any compilation mode. Removing irrelevant command-line options from usage message in muzzled mode.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 93f8f2ee5..e80c80e24 100644
--- a/configure.ac
+++ b/configure.ac
@@ -229,7 +229,7 @@ case "$with_build" in
if test -z "${enable_muzzle+set}" ; then enable_muzzle=no ; fi
;;
competition) # maximally optimized, no assertions, no tracing, muzzled
- CVC4CPPFLAGS=
+ CVC4CPPFLAGS='-DCVC4_COMPETITION_MODE'
CVC4CXXFLAGS='-funroll-all-loops -fexpensive-optimizations -fno-enforce-eh-specs'
CVC4CFLAGS='-funroll-all-loops -fexpensive-optimizations -fno-enforce-eh-specs'
CVC4LDFLAGS=
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback