Pol wrote:
> Pavel Sanda wrote:
> 
> > Pol wrote:
> >> I have compiled the lyx 1.6 development branch using svn. It took more
> >> than 12 hours to complete, on my centrino laptop, 1700 MHz. (the cpu
> >> policy was set to 'dynamic', so compilation had been carried out at 800
> >> MHz). Is that normal for you?
> >> 
> >> After updating, just one day layer, 'svn update', then running 'make', it
> >> took again more than 12 hours, as everything had been recompi?ed.
> >> I would have expected much shorter time.
> >> 
> >> Any way to improve my procedure?
> > 
> > what are your configure switches?
> > pavel
> 
> 
> ./configure --with-version-suffix=1.6 --enable-shared

try this one:
./configure --with-version-suffix=1.6 --disable-stdlib-debug  --disable-debug

you can also consider use monolithic flags 
        --enable-monolithic-boost --enable-monolithic-client
        --enable-monolithic-insets --enable-monolithic-mathed 
--enable-monolithic-core --enable-monolithic-tex2lyx
        --enable-monolithic-frontend-qt4
these are to be used ONLY in case you have lot of RAM (>1GB or so) and you don't
svn update too often.

pavel

Reply via email to