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: Disabling asynchronous native compilation by user settings Date: Mon, 18 Apr 2022 10:11:41 +0300 Message-ID: <83lew2x3v6.fsf@gnu.org> References: <20220418.150735.1169073635934583139.yasu@utahime.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="26464"; 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 Mon Apr 18 09:13:17 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 1ngLZV-0006hQ-Jy for geh-help-gnu-emacs@m.gmane-mx.org; Mon, 18 Apr 2022 09:13:17 +0200 Original-Received: from localhost ([::1]:59932 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ngLZU-0001tU-27 for geh-help-gnu-emacs@m.gmane-mx.org; Mon, 18 Apr 2022 03:13:16 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:49756) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ngLYB-0001rX-3R for help-gnu-emacs@gnu.org; Mon, 18 Apr 2022 03:11:55 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:38380) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ngLYA-0002th-RE for help-gnu-emacs@gnu.org; Mon, 18 Apr 2022 03:11:54 -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=fcH7uAurhV7yCLJDU0s4fwC7bhmUyz0S5H8I0SDAV+g=; b=De19K2PBw0aM 5+J3rXY9Zm/x4OIbUYJx0mb8U+R1z6VL3KGu0tBVClCpROYbGkSHoQimtrIsMJ+qYbKpvCQgmpV92 1rTKr6E2uDrkAXQcwH95jtjiSuj3tEcZfDJVD8cqXcyVs0zy57IXkzWV021qN/TyNYFLyqOuTK2h0 bpqeUBt4J2a6NAssGB6KLUmKs/ypC9GEmjfZGeG+7ycju4Alyvauz1UuAW7e4PGDmzr/wzPfyW1sp tfO/jYwe4XJYQm7BXDfdctuKVbGxS7qzSBS5nt51p+HE+50VbJb8yr1kZf/crKaEdJChRy4iMHtqk gbVk8WPeTDUAHXPMoHOc5A==; Original-Received: from [87.69.77.57] (port=3641 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 1ngLYA-0005Hv-AL for help-gnu-emacs@gnu.org; Mon, 18 Apr 2022 03:11:54 -0400 In-Reply-To: <20220418.150735.1169073635934583139.yasu@utahime.org> (message from Yasuhiro Kimura on Mon, 18 Apr 2022 15:07:35 +0900 (JST)) 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:136944 Archived-At: > Date: Mon, 18 Apr 2022 15:07:35 +0900 (JST) > From: Yasuhiro Kimura > > Assuming that Emacs is built with native compilation enabled, is it > possible to disable asynchronous native compilation at run time by > user settings (for example, passing command line options, setting > enviroment variables, adding something in ~/.emacs, etc.)? Yes, set both native-comp-deferred-compilation and comp-enable-subr-trampolines to the nil value.