Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

emacs: enable support for native-compilation. #36690

Merged
merged 1 commit into from
Apr 16, 2022

Commits on Apr 16, 2022

  1. emacs: enable support for native-compilation.

    This enables native-compilation and provides precompiled elisp files
    for emacs-x11 and emacs-gtk3.  The plain console emacs stays without
    support for native compilation to keep it lean, as native-compilation
    pulls in libgccjit (27MB) and gcc (172MB + deps)
    as well as emacs-common-eln (15MB).
    
    On slow machines, native compilation can be disabled by setting
    (setq comp-deferred-compilation nil)
    in your .emacs.
    leahneukirchen committed Apr 16, 2022
    Configuration menu
    Copy the full SHA
    1f6f76f View commit details
    Browse the repository at this point in the history