[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Native Compilation And External Packages
From: |
Eli Zaretskii |
Subject: |
Re: Native Compilation And External Packages |
Date: |
Sat, 29 May 2021 20:36:39 +0300 |
> From: "T.V Raman" <raman@google.com>
> Cc: emacs-devel@gnu.org
> Date: Sat, 29 May 2021 10:14:43 -0700
>
> Eli Zaretskii <eliz@gnu.org> writes:
>
>
> The warnings are inconsistent as in:
>
> Compiling at the command line using -f batch-byte-compile produces no
> warnings; the same code produces warnings when native-emacs is run
A Stefan says, these are real problems that you should report. they
are not false warnings.
> 2. I should have been more explicit re Make:
> I know about -f batch-native-compile, however writing the dependency
> rule is what I guess I'm confused about -- since the .eln files that
> result go into the eln-cache, not the directory where the .el files
> live.
Make the target be the .elc file, as this command produced both it and
the .eln file.
Re: Native Compilation And External Packages, Stefan Monnier, 2021/05/29