Won't that make is_win_fastlink builds slow to link? And if we do this,
then this change here makes a then-not-very-tested config the default.

(I don't have a problem with this patch, go ahead and land if you think
it's the way to go. Just wondering aloud.)

On Fri, Dec 16, 2016 at 4:39 PM, Reid Kleckner via Phabricator <
revi...@reviews.llvm.org> wrote:

> rnk added a comment.
>
> In https://reviews.llvm.org/D27858#625367, @thakis wrote:
>
> > Did you measure what this does to link times?
>
>
> No, but I plan to recover it in Chromium by doing something like:
>
>   if (is_win && is_clang && !is_win_fastlink) {
>     cflags += ["-flimit-debug-info"]
>   }
>
>
> https://reviews.llvm.org/D27858
>
>
>
>
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to