mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-14 13:21:54 -08:00
It is no longer needed to set the value of compile-print in compile.lsp.in
This commit is contained in:
parent
ab48eef23d
commit
8b209e52af
1 changed files with 1 additions and 4 deletions
|
|
@ -11,10 +11,7 @@
|
|||
|
||||
(progn
|
||||
(setq *package* (find-package "SYSTEM"))
|
||||
(setq *features* @LSP_FEATURES@)
|
||||
;;(setq *compile-verbose* nil) ;; This one muffles almost everything in the compiler.
|
||||
(setq *compile-print* nil) ;; Set to t for a lot of quite useless verbiage.
|
||||
)
|
||||
(setq *features* @LSP_FEATURES@))
|
||||
|
||||
;;;
|
||||
;;; * Ensure that we have the whole of Common-Lisp to compile
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue