Re: [blfs-dev] Disabling expensive nss tests

2020-10-03 Thread Xi Ruoyao via blfs-dev
On 2020-10-02 23:29 +0200, Tim Tassonis via blfs-dev wrote:
> Hi all
> 
> When building nss 3.57 and waiting ages for the tests to be compiled, I 
> checked the Makefile and found out that, by adding
> 
> NSS_DISABLE_GTESTS=1    \
> 
> 
> to the make command, the build time can quite drasctically be reduced, 
> as compiling (not even running) the tests seems to take way more time 
> than compiling the rest.
> 
> Maybe this could be added to the nss page, for people (like me) that 
> won't run the tests anyway.

I'll add it into the page.  But anyway I'll still run the tests since it's a
"security library", and some of my custom CFLAGS seems breaking it.
-- 
Xi Ruoyao 
School of Aerospace Science and Technology, Xidian University

-- 
http://lists.linuxfromscratch.org/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page


[blfs-dev] Disabling expensive nss tests

2020-10-02 Thread Tim Tassonis via blfs-dev

Hi all

When building nss 3.57 and waiting ages for the tests to be compiled, I 
checked the Makefile and found out that, by adding


NSS_DISABLE_GTESTS=1\


to the make command, the build time can quite drasctically be reduced, 
as compiling (not even running) the tests seems to take way more time 
than compiling the rest.


Maybe this could be added to the nss page, for people (like me) that 
won't run the tests anyway.



Bye
Tim
--
http://lists.linuxfromscratch.org/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page