X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=make-host-2.sh;h=19a755280f877f241b8a6a1affcfa9a7fe37148b;hb=b767eae48831153473226b985511c8f7a3ef98c5;hp=59afc86ed14954a48aba963c3ca1de9fb3c05ba8;hpb=34dd23563d2f5cf05c72b971da0d0b065a09bf2a;p=sbcl.git diff --git a/make-host-2.sh b/make-host-2.sh index 59afc86..19a7552 100644 --- a/make-host-2.sh +++ b/make-host-2.sh @@ -58,7 +58,10 @@ $SBCL_XC_HOST <<-'EOF' || exit 1 (sb-xc:proclaim `(optimize (compilation-speed 1) (debug ,debug) (sb!ext:inhibit-warnings 2) - (safety 3) + ;; SAFETY = SPEED (and < 3) should + ;; reasonable safety, but might skip + ;; some unreasonably expensive stuff. + (safety 2) (space 1) (speed 2))))) (compile 'proclaim-target-optimization)