diff options
author | Mark H Weaver <mhw@netris.org> | 2013-03-29 12:28:49 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2013-03-30 22:49:46 -0400 |
commit | b05257b9232e2ee631c28b15cace5981c4927446 (patch) | |
tree | b2f45e5bec9a67e3c6355d42f09d4dd34ad21351 /doc/ref | |
parent | beac49b8e129b28902f4b600e15aa3b92c9ce7fd (diff) | |
download | guile-b05257b9232e2ee631c28b15cace5981c4927446.tar.gz |
Add -C command-line option to adjust %load-compiled-path.
* module/ice-9/command-line.scm (compile-shell-switches):
Implement -C option.
(*usage*): Add -C option.
* doc/ref/guile-invoke.texi (Command-line Options): Add docs.
Diffstat (limited to 'doc/ref')
-rw-r--r-- | doc/ref/guile-invoke.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/ref/guile-invoke.texi b/doc/ref/guile-invoke.texi index 397bc47e4..866bf1de1 100644 --- a/doc/ref/guile-invoke.texi +++ b/doc/ref/guile-invoke.texi @@ -71,6 +71,9 @@ before any directories in the @env{GUILE_LOAD_PATH} environment variable. Paths added here are @emph{not} in effect during execution of the user's @file{.guile} file. +@item -C @var{directory} +Like @option{-L}, but adjusts the load path for @emph{compiled} files. + @item -x @var{extension} Add @var{extension} to the front of Guile's load extension list (@pxref{Load Paths, @code{%load-extensions}}). The specified extensions |