X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=make-host-2.sh;h=cbbfabed99aed40b8fabbc1e2ce8efbc065f33a9;hb=c5159b9f0da46023e65b65a82c911d8d9816dc3e;hp=c3595959e509cded4447154bf1739df48b0ddac9;hpb=1bbd405c3c21f93db7aa956946738c8a3f30837d;p=sbcl.git diff --git a/make-host-2.sh b/make-host-2.sh index c359595..cbbfabe 100644 --- a/make-host-2.sh +++ b/make-host-2.sh @@ -70,7 +70,9 @@ $SBCL_XC_HOST <<-'EOF' || exit 1 ;; stuff (e.g. %DETECT-STACK-EXHAUSTION in sbcl-0.7.2). (safety 2) (space 1) - (speed 2))))) + (speed 2) + (sb!c:insert-step-conditions 0) + (sb!c::stack-allocate-dynamic-extent 3))))) (compile 'proclaim-target-optimization) (defun in-target-cross-compilation-mode (fun) "Call FUN with everything set up appropriately for cross-compiling