[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Suppressing native compilation (short and long term)
From: |
Eli Zaretskii |
Subject: |
Re: Suppressing native compilation (short and long term) |
Date: |
Sat, 05 Nov 2022 13:19:43 +0200 |
> From: "Dr. Arne Babenhauserheide" <arne_bab@web.de>
> Cc: Juanma Barranquero <lekktu@gmail.com>, larsi@gnus.org, akrl@sdf.org,
> rlb@defaultvalue.org, monnier@iro.umontreal.ca, david@tethera.net,
> emacs-devel@gnu.org
> Date: Sat, 05 Nov 2022 11:12:10 +0100
>
> Eli Zaretskii <eliz@gnu.org> writes:
>
> >> In my setup, I call `startup-redirect-eln-cache' in init.el because I don't
> >> want the cache in my .emacs.d/.
> >
> > Why do you need to do that? What's the problem with having the
> > eln-cache under your ~/.emacs.d/?
>
> My ~/.emacs.d/ is actually versiontracked as part of my repository,
> because emacs is my build tool to compile org-mode to PDF and I need a
> reproducible environment so others can use it, too.
>
> During building, ~/.emacs.d/ is in the non-writable source directory
> used by make distcheck.
So what do you do with the *.elc files for the *.el files under
~/.emacs.d/?
And anyway, I think your use case is very different from Juanma's, and
is easily handled by customizing native-comp-eln-load-path.
- Re: Suppressing native compilation (short and long term), Juanma Barranquero, 2022/11/04
- Re: Suppressing native compilation (short and long term), Eli Zaretskii, 2022/11/05
- Re: Suppressing native compilation (short and long term), Dr. Arne Babenhauserheide, 2022/11/05
- Re: Suppressing native compilation (short and long term), Andrea Corallo, 2022/11/07
- Re: Suppressing native compilation (short and long term), Björn Bidar, 2022/11/08
- Re: Suppressing native compilation (short and long term), Andrea Corallo, 2022/11/08
- Parallel native compilation, Björn Bidar, 2022/11/08
- Re: Parallel native compilation, Andrea Corallo, 2022/11/08
- Re: Suppressing native compilation (short and long term), Eli Zaretskii, 2022/11/08
Re: Suppressing native compilation (short and long term), Juanma Barranquero, 2022/11/05