diff --git a/compiler/main.lisp b/compiler/main.lisp
index cd28b8e6a4d38c6214b15843ec8e65cf3ed474c2..2098f4e86ac23a514e0aea61faa0d55d55127e7b 100644
--- a/compiler/main.lisp
+++ b/compiler/main.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/main.lisp,v 1.31 1991/02/26 22:06:09 ram Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/main.lisp,v 1.32 1991/03/05 00:17:31 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
@@ -37,7 +37,7 @@
 
 (defparameter compiler-version "0.0")
 
-(defvar *check-consistency* t)
+(defvar *check-consistency* nil)
 (defvar *all-components*)
 
 ;;; The value of the :Block-Compile argument that Compile-File was called with.