|
From: | Emanuel Berg |
Subject: | Re: libotf.so.1, libotf.so.0, Fedora 39, and Emacs 30.0.50 |
Date: | Fri, 03 Nov 2023 00:48:47 +0100 |
User-agent: | Gnus/5.13 (Gnus v5.13) |
Michael Heerdegen wrote: >> Thanks for that suggestion. make bootstrap worked like >> a charm: it even compiled in under 30 minutes. > > If possible use multiple jobs by specifying the -j command > line arg to make. Then it will build faster. If you have a multicore CPU - you can use htop(1) to find out - and want to prevent compilation from making your computer nonresponsive by monopolizing the CPU - you can use taskset(1) on Linux. It works very well! For example, if you have a quad-core you can do $ taskset -c 0,1 make to only use cores one and two for the compilation business. -- underground experts united https://dataswamp.org/~incal
[Prev in Thread] | Current Thread | [Next in Thread] |