guile-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Suppressing auto-compilation comments


From: Reuben Thomas
Subject: Suppressing auto-compilation comments
Date: Mon, 8 Apr 2013 02:21:25 +0100

How can I retain auto-compile, but stop guile outputting messages like:

$ guile ./syms.scm
;;; note: source file /home/rrt/Software/syms/./syms.scm
;;;       newer than compiled /home/rrt/.cache/guile/ccache/2.0-LE-8-2.0/home/rrt/Software/syms/syms.scm.go
;;; note: auto-compilation is enabled, set GUILE_AUTO_COMPILE=0
;;;       or pass the --no-auto-compile argument to disable.
;;; compiling /home/rrt/Software/syms/./syms.scm
;;; compiled /home/rrt/.cache/guile/ccache/2.0-LE-8-2.0/home/rrt/Software/syms/syms.scm.go

so that when I run a script that hasn't been installed with pre-compilation I'm not bothered by compilation messages? I suppose I do want to see the messages if there's a problem, though.

--
http://rrt.sc3d.org

reply via email to

[Prev in Thread] Current Thread [Next in Thread]