emacs-devel
[Top][All Lists]
Advanced

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

Re: Enabling native compilation by default when libgccjit is present


From: Stefan Monnier
Subject: Re: Enabling native compilation by default when libgccjit is present
Date: Wed, 08 Dec 2021 23:49:15 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

> amount of the warnings is from compiling it.  The kinds of those
> warnings are more of the type 'macro or variable used before defining
> it' instead of dependency problems.

Such warnings usually imply real errors (the resulting file will not
work properly because it contains code that "calls" a macro as if it
were a function (i.e. after have evaluated the arguments)).


        Stefan




reply via email to

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