mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-18 23:32:17 -08:00
The compiler is less verbose
This commit is contained in:
parent
25d655d159
commit
ff6e7efc03
2 changed files with 5 additions and 1 deletions
|
|
@ -139,6 +139,10 @@ ECL 11.7.1:
|
|||
|
||||
- Added POSIX function (EXT:CHMOD filename mode)
|
||||
|
||||
- ECL's compiler is now less verbose and hides performance notes, as well as
|
||||
invocations of the C compiler. This can be modfied by changing the type
|
||||
specifier in c:*suppress-compiler-messages*.
|
||||
|
||||
;;; Local Variables: ***
|
||||
;;; mode:text ***
|
||||
;;; fill-column:79 ***
|
||||
|
|
|
|||
|
|
@ -59,7 +59,7 @@ progress. The default value is T.")
|
|||
"This alternative list of features contains keywords that were gathered from
|
||||
running the compiler. It may be updated by running ")
|
||||
|
||||
(defvar *suppress-compiler-messages* 'compiler-debug-note
|
||||
(defvar *suppress-compiler-messages* 'compiler-note
|
||||
"A type denoting which compiler messages and conditions are _not_ displayed.")
|
||||
|
||||
(defvar *suppress-compiler-notes* nil) ; Deprecated
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue