Re: [Kolab-devel] Speed up compilation
Elias Diem <[email protected]>
| Newsgroups | gmane.comp.kde.devel.kolab |
|---|---|
| Message-ID | <20131003173546.GB16037__28399.4582169273$1380821781$gmane$org@hp-netbook.local> |
Hi Thomas On 2013-10-03, Thomas Spuhler wrote: > On Thursday, October 03, 2013 06:51:07 PM Elias Diem wrote: > > Hi all > > > > In order to speed up compilation for libkolabxml I edited > > autogen.sh. > > > > I changed `make` to `make -j4`. > > > > Is there an easier/cleaner way to acomplish this? (e.g. not > > changing the sources) > > > > Thanks Elias > > if your build system uses macros you may can use %make in > your rpm.spec file and it will use as many cpu's as your > system provides. Thanks. Actually I was looking for what Tormen suggested. I don't have a build system (yet). Elias