autoconf
[Top][All Lists]
Advanced

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

Re: Accelerate the 'configure' script


From: Markus Elfring
Subject: Re: Accelerate the 'configure' script
Date: Thu, 28 Apr 2022 09:45:53 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.8.1

> Things I can think of:
>
> - 'install' can be assumed to be OK.
> - 'mkdir' can be assumed to be OK.
> - I am always using GNU Make, so all 3 checks around make are dispensable.
> - I am always using GCC, so checking whether it accepts -g etc. is not 
> necessary.
>
> Is there any article or blog post somewhere with speed-up hints for Autoconf?


I imagine that you stumble on a target conflict for the software run time 
characteristics
of the involved system checks.

It seems that the control is limited for nicer system performance.


Regards,
Markus




reply via email to

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