[PATCH] D27858: Default to standalone debug info on Windows
    Reid Kleckner via Phabricator via cfe-commits 
    cfe-commits at lists.llvm.org
       
    Fri Dec 16 13:39:43 PST 2016
    
    
  
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
    
    
More information about the cfe-commits
mailing list