emacs-devel
[Top][All Lists]
Advanced

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

Re: Lightning fast build


From: João Távora
Subject: Re: Lightning fast build
Date: Sun, 21 Aug 2022 10:36:29 +0100

Hello Gerd. Out of curiosity, and speculation, is your use of 'bear' intended to make a compilation database of Emacs sources for use with a LSP server? 

If so, how is that going? Last time I tried to do that, the server (clangd, i think) was still very confused in many files.

João

On Fri, Aug 19, 2022, 13:45 Gerd Möllmann <gerd.moellmann@gmail.com> wrote:

I just noticed that building Emacs master from scratch, i.e. what I do from time to time

    git clean -xdf \
        && ./autogen.sh \
        && ./configure --with-native-compilation \
        && bear -- make \
        && make install

went down from around 8 minutes to 4:30, and everything seems to still be working normally.  (This is macos 12.5.1, M1 chip.)

Kudos to whoever made that happen!


reply via email to

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