X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=web-utils.lisp;h=2854064398afdf87367a32638eb8a6c3eae13367;hb=80eb0884949a138edba1e468e904728caf083264;hp=52d94fb41dffdc907cfef6c9e6e533602ae7de14;hpb=0e5343fda28c559f11e003805727f4c625d178f3;p=kmrcl.git diff --git a/web-utils.lisp b/web-utils.lisp index 52d94fb..2854064 100644 --- a/web-utils.lisp +++ b/web-utils.lisp @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Apr 2000 ;;;; -;;;; $Id: web-utils.lisp,v 1.2 2002/10/06 13:30:17 kevin Exp $ +;;;; $Id: web-utils.lisp,v 1.3 2002/10/09 14:24:47 kevin Exp $ ;;;; ;;;; This file, part of Kmrcl, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -16,7 +16,7 @@ ;;;; ************************************************************************* (in-package :kmrcl) -(declaim (optimize (speed 3) (safety 1))) +(declaim (optimize (speed 3) (safety 1) (compilation-speed 0) (debug 3))) ;;; HTML/XML constants