[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: ELC files inside Emacs releases
From: |
Alfred M. Szmidt |
Subject: |
Re: ELC files inside Emacs releases |
Date: |
Sat, 30 May 2020 15:27:22 -0400 |
It is intentional that .elc files are part of the source distribution
tarball, it is so that users don't need to build them when they build
Emacs -- they are architecturally independant, and it saves time.
This is very common in GNU projects where we try to build anything
that doesn't need to be built later for the user, saving them time.