From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: limit native compilation - how Date: Sun, 16 Jan 2022 11:26:53 +0200 Message-ID: <834k64yqsi.fsf@gnu.org> References: <8735lp57kl.fsf@yandex.com> <83sftpyos0.fsf@gnu.org> <87a6fxugwg.fsf@zoho.eu> <83r199ymxj.fsf@gnu.org> <875yqluem4.fsf@zoho.eu> <83pmoszxwx.fsf@gnu.org> <874k64ddwo.fsf@yandex.com> <86h7a4954a.fsf@duenenhof-wilhelm.de> <87iluk4u7f.fsf@yandex.com> <878rvg3z5q.fsf@yandex.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="26997"; mail-complaints-to="usenet@ciao.gmane.io" To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Sun Jan 16 10:27:49 2022 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1n91pE-0006o4-E1 for geh-help-gnu-emacs@m.gmane-mx.org; Sun, 16 Jan 2022 10:27:48 +0100 Original-Received: from localhost ([::1]:37108 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1n91pD-0001nF-0G for geh-help-gnu-emacs@m.gmane-mx.org; Sun, 16 Jan 2022 04:27:47 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:44750) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n91oZ-0001lo-0n for help-gnu-emacs@gnu.org; Sun, 16 Jan 2022 04:27:07 -0500 Original-Received: from [2001:470:142:3::e] (port=45614 helo=fencepost.gnu.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n91oY-0003Qz-MX for help-gnu-emacs@gnu.org; Sun, 16 Jan 2022 04:27:06 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-version:References:Subject:In-Reply-To:To:From: Date; bh=RcUVNanGzMlZWGmXHW6TO2mw53J1ufNXzvBzELjzr74=; b=GDdH6/tyt1aD0O+DMuUg wYosZMIgzChwrxFtbZo16R7qSG9KB56ynrgZqZrahwxdoZs/rir1vbAYEf+iBUNYBBaaDp5AGUTtK C/V9IOLIuwxuKzJWQSzfdTInT2CQJgKqYK2iP/9WVMqbX4uOiNc7+0mC+67quoyPE7yAhrzGtax9w MuMMXdITlDF2ky6Kc8IxD0duQN1Ztg7cHIyefaODgmk88jUEKWLZqKqRm3Apilly/SuFbfv4ffUtQ bFMBw+ebkou0kJW0yf677ujzTlClTUoLnVju6s8K2oaFMjvRy8IzTzOBy+FChIpYbc3IhYHrvWLFj Zpsi85nfOpZZNQ==; Original-Received: from [87.69.77.57] (port=4950 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n91oY-0005qg-PT for help-gnu-emacs@gnu.org; Sun, 16 Jan 2022 04:27:07 -0500 In-Reply-To: <878rvg3z5q.fsf@yandex.com> (message from Colin Baxter =?utf-8?Q?=F0=9F=98=BA?= on Sun, 16 Jan 2022 07:41:53 +0000) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.io gmane.emacs.help:135356 Archived-At: > From: Colin Baxter 😺 > Cc: help-gnu-emacs@gnu.org, "H. Dieter Wilhelm" > > He asked about native-lisp directory, not about the lisp > > directory. > > 15Mb, with 12Mb "preloaded". The Windows *.eln files are larger because we produce them with some debug info, as an aid debugging Emacs. (GDB has special tricks for ELF-based platforms, so they don't work on Windows.)