X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcold%2Fwarm.lisp;h=36430af9b0691ca9b0d195b6906db3ce7451fe2d;hb=3bbbfec26f90bc005c2ff5c8de0ceb0f95f1a52b;hp=4e5ca8e8cadd3c92b5fcf199b375cf54f4c195d0;hpb=4aef4760057ae2f236418ef5fcb410f027961a18;p=sbcl.git diff --git a/src/cold/warm.lisp b/src/cold/warm.lisp index 4e5ca8e..36430af 100644 --- a/src/cold/warm.lisp +++ b/src/cold/warm.lisp @@ -16,7 +16,7 @@ (proclaim '(optimize (compilation-speed 1) (debug #+sb-show 2 #-sb-show 1) (inhibit-warnings 2) - (safety 1) + (safety 2) (space 1) (speed 2))) @@ -268,7 +268,7 @@ ;;; easiest thing to do is to read them out of package-data-list.lisp-expr ;;; now? -;;;; restoring compilation policy to neutral values in preparation for +;;;; resetting compilation policy to neutral values in preparation for ;;;; SAVE-LISP-AND-DIE as final SBCL core (sb-int:/show "setting compilation policy to neutral values")