File-global compilation options
Hi,
I'm trying to understand how to use proclaim and declaim to set the file-wide compilation options. However I can't see in LW compiler output what the options take place.(defpackage py.path
(:use :cl))
(in-package py.path)
(proclaim '(optimize (safety 0) (speed 3)))
;;; Compiling file C:\Sources\pypath\py-path.lisp ...
;;; Safety = 3, Speed = 1, Space = 1, Float = 1, Interruptible = 1
;;; Compilation speed = 1, Debug = 2, Fixnum safety = 3
;;; Source level debugging is on
;;; Source file recording is on
;;; Cross referencing is on