X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=io.lisp;h=26872eca12a75a20d0cf33123892d2481c24ee55;hb=48b1a775e575a66bc154620107a8e27321ea306c;hp=1837c18027bd413277828fc33b97d3b286cea2f8;hpb=1758cfb593196dd65c70199aa1ebd90cbd6e7ee5;p=reversi.git diff --git a/io.lisp b/io.lisp index 1837c18..26872ec 100644 --- a/io.lisp +++ b/io.lisp @@ -8,7 +8,7 @@ ;;;; Programer: Kevin Rosenberg based on code by Peter Norvig ;;;; Date Started: 1 Nov 2001 ;;;; -;;;; $Id: io.lisp,v 1.2 2002/10/25 09:23:39 kevin Exp $ +;;;; $Id: io.lisp,v 1.3 2003/05/06 15:51:20 kevin Exp $ ;;;; ;;;; This file is Copyright (c) 2001-2002 by Kevin M. Rosenberg ;;;; and Copyright (c) 1998-2002 Peter Norvig @@ -18,8 +18,10 @@ ;;;; (http://opensource.franz.com/preamble.html), also known as the LLGPL. ;;;;*************************************************************************** -(in-package :reversi) -(declaim (optimize (safety 1) (debug 3) (speed 3))) +(in-package #:reversi) + +(eval-when (:compile-toplevel) + (declaim (optimize (safety 1) (space 0) (speed 3) (compilation-speed 0)))) (eval-when (:compile-toplevel :load-toplevel :execute)