// If in competition mode, set output stream option to flush immediately
#ifdef CVC4_COMPETITION_MODE
*options.out << unitbuf;
- // competition mode implies --no-checking
- options.semanticChecks = false;
- options.typeChecking = false;
- options.earlyTypeChecking = false;
#endif
// We only accept one input file
# define USE_EARLY_TYPE_CHECKING_BY_DEFAULT false
#endif /* CVC4_DEBUG */
-#ifdef CVC4_MUZZLED
+#if defined(CVC4_MUZZLED) || defined(CVC4_COMPETITION_MODE)
# define DO_SEMANTIC_CHECKS_BY_DEFAULT false
#else
# define DO_SEMANTIC_CHECKS_BY_DEFAULT true