Changeset 63 in CGBLisp


Ignore:
Timestamp:
Feb 1, 2009, 11:13:14 PM (15 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/infix.lisp

    r38 r63  
    277277(pushnew :infix *features*)
    278278
    279 (proclaim '(optimize (speed 0) (debug 3)))
     279(proclaim '(optimize (speed 3) (space 0) (safety 0) (debug 0)))
    280280
    281281(eval-when (:compile-toplevel :load-toplevel :execute)
Note: See TracChangeset for help on using the changeset viewer.