From 4472a0570a40c1fab90e10c527e29058e1af5b23 Mon Sep 17 00:00:00 2001 From: ram <ram> Date: Tue, 5 Mar 1991 00:17:31 +0000 Subject: [PATCH] Changed the default for *check-consistency* to be NIL to reduce compile times. --- compiler/main.lisp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compiler/main.lisp b/compiler/main.lisp index cd28b8e6a..2098f4e86 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. -- GitLab