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.devel Subject: Re: New 'feature/native-comp' configure flag Date: Fri, 26 Feb 2021 22:17:43 +0200 Message-ID: <83lfbaporc.fsf@gnu.org> References: Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="38513"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org, akrl@sdf.org To: Pip Cet Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri Feb 26 21:18:53 2021 Return-path: Envelope-to: ged-emacs-devel@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 1lFjZc-0009qE-2R for ged-emacs-devel@m.gmane-mx.org; Fri, 26 Feb 2021 21:18:52 +0100 Original-Received: from localhost ([::1]:38920 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lFjZb-0003EV-3Y for ged-emacs-devel@m.gmane-mx.org; Fri, 26 Feb 2021 15:18:51 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:48218) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lFjYi-0002NQ-4t for emacs-devel@gnu.org; Fri, 26 Feb 2021 15:17:56 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:41307) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lFjYh-00071J-66; Fri, 26 Feb 2021 15:17:55 -0500 Original-Received: from 84.94.185.95.cable.012.net.il ([84.94.185.95]:3250 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1lFjYf-0005lJ-0I; Fri, 26 Feb 2021 15:17:54 -0500 In-Reply-To: (message from Pip Cet on Fri, 26 Feb 2021 19:57:06 +0000) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:265698 Archived-At: > From: Pip Cet > Date: Fri, 26 Feb 2021 19:57:06 +0000 > Cc: emacs-devel@gnu.org > > On Fri, Feb 26, 2021 at 7:44 PM Andrea Corallo via Emacs development > discussions. wrote: > > As of 42fc752a14 the new configure flag to activate the Elisp native > > compilation is '--with-native-compilation'. > > I still think we should adhere to the GNU Coding Standards > (https://www.gnu.org/prep/standards/standards.html) in this case and > use --enable- here (native compilation is a feature), not --with- > (there is no external package called "native-compilation" that we > somehow depend on). The --with-SOMETHING options are not only for external packages. We have other similar configure-time options: --with-modules --with-threads --with-native-image-api --with-dumping --with-wide-int etc.