mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-20 10:40:19 +02:00
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.
This commit is contained in:
parent
beac49b8e1
commit
b05257b923
2 changed files with 18 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue