emacs-devel
[Top][All Lists]
Advanced

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

Re: Compilation speed


From: Paul Eggert
Subject: Re: Compilation speed
Date: Wed, 12 Aug 2020 09:59:51 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0

On 8/12/20 5:53 AM, Arthur Miller wrote:

Ok, I understand; does it mean that different options are chosen per
compiler; or does configure bail out?

'configure' does add some compiler options based on your platform (e.g., '-O2') but it also respects the options you choose. It bails out only if nothing seems to work.

Can't we say: you need a c99 conformant compiler, otherwise
compile will fail; and for those that use not fully conformant compiler,
let them be on their own?

We do say something like that already, in the sense that we require common C99 features like declaration-after-statement. However, we don't insist on 100% C99 conformance since (a) we don't need it and (b) it's pretty rare.



reply via email to

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