emacs-devel
[Top][All Lists]
Advanced

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

Re: native-compilation: how to force the .eln files to be built


From: Eli Zaretskii
Subject: Re: native-compilation: how to force the .eln files to be built
Date: Tue, 13 Apr 2021 16:58:40 +0300

> Cc: emacs-devel@gnu.org
> From: Ken Brown <kbrown@cornell.edu>
> Date: Tue, 13 Apr 2021 08:42:13 -0400
> 
> > I wrote a script that compiles all the preloaded *.el files, and I run
> > that script in such situations.
> 
> Could you share that script?

It's just a for-loop which invokes the following command for each Lisp
file:

  emacs -batch -l comp -f batch-byte-native-compile-for-bootstrap

The list of files to run this on is in src/lisp.mk.



reply via email to

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