On Thu, Jul 18, 2013 at 10:08:26AM -0700, Matthew Dempsky wrote: > On Thu, Jul 18, 2013 at 9:56 AM, Stuart Henderson <[email protected]> wrote: > > > On 2013/07/18 22:48, Jonathan Gray wrote: > > > @comment lib/libgtest.a > > > @comment lib/libgtest_main.a > > > +lib/libgtest.so > > > +lib/libgtest_main.so > > > > presumably the above 4 lines want replacing with > > > > @comment lib/libgtest.so > > @comment lib/libgtest_main.so > > > > ...? > > > > (not sure why this was originally commented, but presumably it should stay > > commented?) > > > > Probably to avoid conflicting with devel/gtest, and I agree it should stay > commented.
yes, that was from update-plist and wasn't intentional. It seems using shared libraries may be significantly slowing down clang invocation. Just "clang -help" seems to take a few seconds, let alone compiling the > 11,000 or so files in chromium...
