From: Nikodemus Siivola Date: Thu, 7 Oct 2010 16:49:30 +0000 (+0000) Subject: 1.0.43.35: fix make-host-2.lisp from 1.0.43.34 X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=545fde363ca7fc970df69cc73725222af730d41d;p=sbcl.git 1.0.43.35: fix make-host-2.lisp from 1.0.43.34 THAT was not supposed to go in. Grr. Sorry. --- diff --git a/make-host-2.lisp b/make-host-2.lisp index ab16fe5..5af5a98 100644 --- a/make-host-2.lisp +++ b/make-host-2.lisp @@ -13,7 +13,7 @@ (defun proclaim-target-optimization () (let ((debug (if (position :sb-show *shebang-features*) 2 1))) - (proclaim + (sb-xc:proclaim `(optimize (compilation-speed 1) (debug ,debug) ;; CLISP's pretty-printer is fragile and tends to cause stack diff --git a/version.lisp-expr b/version.lisp-expr index 56f29d7..0814934 100644 --- a/version.lisp-expr +++ b/version.lisp-expr @@ -17,4 +17,4 @@ ;;; checkins which aren't released. (And occasionally for internal ;;; versions, especially for internal versions off the main CVS ;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".) -"1.0.43.34" +"1.0.43.35"