From 4d1e8b928dcbc03a2a25cfec93319d218d5c10ce Mon Sep 17 00:00:00 2001 From: wlott <wlott> Date: Sat, 14 Jul 1990 09:25:35 +0000 Subject: [PATCH] Added %proclaim to reset the default-cookie after everything is loaded. --- compiler/loadcom.lisp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/compiler/loadcom.lisp b/compiler/loadcom.lisp index 938b35c47..1054ae1f1 100644 --- a/compiler/loadcom.lisp +++ b/compiler/loadcom.lisp @@ -174,3 +174,5 @@ (compact-info-environment (car *info-environment*)))) (lisp::purify :root-structures '(ncompile-file)) (ext:gc-on)) + +#+pmax (%proclaim '(optimize (speed 1) (safety 1))) -- GitLab