 Chromium Code Reviews
 Chromium Code Reviews Issue 6991009:
  Disable ICF for Valgrind/ThreadSanitizer Release builds  (Closed) 
  Base URL: svn://svn.chromium.org/chrome/trunk/src/
    
  
    Issue 6991009:
  Disable ICF for Valgrind/ThreadSanitizer Release builds  (Closed) 
  Base URL: svn://svn.chromium.org/chrome/trunk/src/| Index: build/common.gypi | 
| =================================================================== | 
| --- build/common.gypi (revision 84778) | 
| +++ build/common.gypi (working copy) | 
| @@ -1122,7 +1122,7 @@ | 
| # At gyp time, we test the linker for ICF support; this flag | 
| # is then provided to us by gyp. (Currently only gold supports | 
| # an --icf flag.) | 
| - ['LINKER_SUPPORTS_ICF==1', { | 
| + ['LINKER_SUPPORTS_ICF==1 and release_valgrind_build==0', { | 
| 'ldflags': [ | 
| '-Wl,--icf=safe', | 
| ] |