[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 19:38:15 +0300 |
> From: "T.V Raman" <raman@google.com>
> Date: Sat, 29 May 2021 09:28:01 -0700
>
> Q: How does one write a Makefile rule for native compilation of .el
> files in a 3rd party (external) package?
Use something like
emacs -batch -l comp -f batch-native-compile FOO.el
> 2. Would also be nice if warnings from byte-compilation could be
> consistent with native-compilation -- I'd be happy with either
> solution.
In what sense are they inconsistent now? They come from
byte-compilation, AFAIU, so they are the same warnings you are used to
while byte-compiling...
Re: Native Compilation And External Packages, Stefan Monnier, 2021/05/29