X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=make-target-2.sh;h=bb0f11379470091300f45fb72daaf7d124c630ae;hb=4e3b57699314dbd3883470d9b196287b178f3e6d;hp=58bd72310590c57c192d7937b8019a9f2ad90436;hpb=4eb1a6d3ad2b7dcc19ac0ec979a1eb1eb049659a;p=sbcl.git diff --git a/make-target-2.sh b/make-target-2.sh index 58bd723..bb0f113 100644 --- a/make-target-2.sh +++ b/make-target-2.sh @@ -42,6 +42,7 @@ echo //doing warm init ;; initialized yet.) (setq *print-length* 10) (setq *print-level* 5) + (setq *print-circle* t) ;; Do warm init. #+sb-show (print "/about to LOAD warm.lisp") @@ -56,6 +57,7 @@ echo //doing warm init ;; control variables to their ANSI defaults. (setq *print-length* nil) (setq *print-level* nil) + (setq *print-circle* nil) ;; FIXME: Why is it that, at least on x86 sbcl-0.6.12.46, ;; GC :FULL T isn't nearly as effective as PURIFY here?