X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=make-target-2.sh;h=7c6cc8370d9d7bb04f5e7e18d37dccdf768dadde;hb=6d36f2d6954cb79e3c88fef33fe0c3ad63deaea8;hp=48b7a1acb01bd937d3476477a4809d172cce082a;hpb=70ea7795526d1ddc10da8999a0f0e46ef2612318;p=sbcl.git diff --git a/make-target-2.sh b/make-target-2.sh index 48b7a1a..7c6cc83 100644 --- a/make-target-2.sh +++ b/make-target-2.sh @@ -32,8 +32,10 @@ export LANG LC_ALL echo //doing warm init - compilation phase ./src/runtime/sbcl \ --core output/cold-sbcl.core \ +--lose-on-corruption \ --no-sysinit --no-userinit < make-target-2.lisp echo //doing warm init - load and dump phase ./src/runtime/sbcl \ --core output/cold-sbcl.core \ +--lose-on-corruption \ --no-sysinit --no-userinit < make-target-2-load.lisp