Re: [brlcad-devel] Cmake Vs. Autotools: Time to Configure, Build, and Install
Open Source Solid Modeling CAD
Brought to you by:
brlcad
|
From: Christopher S. M. <br...@ma...> - 2012-04-06 15:45:55
|
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. Cheers! Sean |