Re: [brlcad-devel] Cmake Vs. Autotools: Time to Configure, Build, and Install
Open Source Solid Modeling CAD
Brought to you by:
brlcad
|
From: Tom B. <tom...@gm...> - 2012-04-06 16:34:32
|
On Fri, Apr 6, 2012 at 10:46, Christopher Sean Morrison <br...@ma...> wrote: > > On Apr 6, 2012, at 11:41 AM, Tom Browder wrote: > >> time (sh autogen.sh ; ./configure --prefix=/usr/brlcad/dev-7.21.0) : 1m 50s > > You'd need to add --enable-all --disable-zlib --enable-optimized to be more equivalent > to the cmake build options you ran. I suspect the timing difference is because you set > Release build, which enables -O3 and takes about twice as long. Okay, fair enough (I said it wasn't scientific--I was just too lazy to try to equate the two environments). I'll add those options and see what happens. Cheers! -Tom |