On Tue, Dec 17, 2013 at 2:09 PM, Ali Maredia <ali@xxxxxxxxxxxx> wrote: > > Most of the speedup can be attributed to the fact that libtool is compiling both PIC and non-PIC versions of every source file. CMake just builds everything with -fPIC. We don't have an opinion on the matter, but you may want to consider doing the same with the autotools build. > > Many source files are compiled into several targets causing them to be built multiple time. With the CMake build I was able to pull them into static libraries and link them into the targets that needed them. In the latest round of automake clean-ups I know some of the compilation redundancy was removed, but I dont' recall if it was all taken care of. If you happen to know have a list of the redundant stuff you found that would be helpful for improving automake. -- To unsubscribe from this list: send the line "unsubscribe ceph-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html