$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Slow build with clang?
From: Mathias Gaunard (mathias.gaunard_at_[hidden])
Date: 2012-12-11 18:54:52
On 11/12/12 23:13, Richard Hadsell wrote:
> On 12/11/2012 04:46 PM, Bill White wrote:
>> Is it possible you built Clang in Debug? If you don't build a release
>> version of Clang, everything is, indeed, very slow. I've made this
>> mistake, and I think it's really easy to do.
> Yes, it's very possible. A colleague built it for himself, and since
> it's installed in a directory named 'Debug+Asserts', you must be right.
> Thank you very much.
You need to configure with --enable-optimized --disable-assertions.