X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=make-target-2.sh;h=fb1c8c1e3aaf71bd12acf0e2ac22955acaf957c7;hb=4ed3f0d08c3a57a6762018d9622f253ab9d0f2b6;hp=507ddf097df45a3717c3fd070cfcbde58cfe8837;hpb=a237d7e039a923e109a4eefbd4e6a563a2ba0521;p=sbcl.git diff --git a/make-target-2.sh b/make-target-2.sh index 507ddf0..fb1c8c1 100644 --- a/make-target-2.sh +++ b/make-target-2.sh @@ -64,9 +64,8 @@ echo //doing warm init ;; GC :FULL T isn't nearly as effective as PURIFY here? ;; (GC :FULL T gets us down to about 38 Mbytes, but PURIFY ;; gets us down to about 19 Mbytes.) - (let ((*gc-notify-stream* *standard-output*)) - (sb-int:/show "done with warm.lisp, about to GC :FULL T") - (gc :full t)) + (sb-int:/show "done with warm.lisp, about to GC :FULL T") + (gc :full t) ;; resetting compilation policy to neutral values in ;; preparation for SAVE-LISP-AND-DIE as final SBCL core (not