help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Disabling asynchronous native compilation by user settings


From: Emanuel Berg
Subject: Re: Disabling asynchronous native compilation by user settings
Date: Mon, 18 Apr 2022 09:17:54 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

Eli Zaretskii wrote:

>> 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.

Also try the more intuitive

(setq native-comp-actually-do-it nil)

-- 
underground experts united
https://dataswamp.org/~incal




reply via email to

[Prev in Thread] Current Thread [Next in Thread]