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: Native compilation on as default? Date: Thu, 26 Oct 2023 16:02:49 +0300 Message-ID: <8334xxh6yu.fsf@gnu.org> References: <83legs281v.fsf@gnu.org> <877cn9bzsc.fsf@yandex.com> <8734xxbn8n.fsf@yandex.com> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="18380"; mail-complaints-to="usenet@ciao.gmane.io" Cc: acorallo@gnu.org, brickviking@gmail.com, emacs-devel@gnu.org To: m43cap@yandex.com Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Oct 26 15:04:01 2023 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 1qw01p-0004Sv-Cw for ged-emacs-devel@m.gmane-mx.org; Thu, 26 Oct 2023 15:04:01 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qw00l-0007nP-MZ; Thu, 26 Oct 2023 09:02:55 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qw00k-0007ms-AO for emacs-devel@gnu.org; Thu, 26 Oct 2023 09:02:54 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qw00j-0004jx-RP; Thu, 26 Oct 2023 09:02:53 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=ekprxEqqkFks1tXYi9lANtKFoxebJC7aYEkPAV7b2+s=; b=MEWXXtYyvg9A jcR/LPMqswT+XQB6tILDPDUnHYJggFTPmrdW9fTR4EyafuHTKQfw2DYkIvSohG9Me8ehFbAUiPg71 tbRUuGRHdzGzbuYu8q7W1eiNeuNXNTRXt/T+5/pJDB3djUW4ASi/Us6pODKVRmoSyPWXBKC7gqAAj 38sTrh53gF50CNenNERVHyrdyzybmrhkWko+Zh5LK1crvGQ8jWI7odd3xCPOQexTnC+6qilz4LM8p VxgMQWnQ5U41sWGmUbi1xzpD5K4EQWOLIUW0E7lXF43JWXpkfxshL1Mn9QhSMnYrTRreMruArgVrw cUeoEVzrMT9BufsbrTEx0Q==; In-Reply-To: <8734xxbn8n.fsf@yandex.com> (message from Colin Baxter on Thu, 26 Oct 2023 13:07:52 +0100) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 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-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:311909 Archived-At: > From: Colin Baxter > Cc: brickviking , emacs-devel@gnu.org > Date: Thu, 26 Oct 2023 13:07:52 +0100 > > I now always compile with "--with-native-compilation=no". Are you saying > that this configure option will not in the future be sufficient and I > will have to make sure there's no libjccjit versions on the system? It will continue being sufficient.