diff --git a/src/compile.lsp.in b/src/compile.lsp.in index 81228a25d..dda274245 100644 --- a/src/compile.lsp.in +++ b/src/compile.lsp.in @@ -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