Chromium Code Reviews| Index: build/internal/release_impl_official.gypi |
| diff --git a/build/internal/release_impl_official.gypi b/build/internal/release_impl_official.gypi |
| index d084ae32cfd345872b16d051c9445322898c28d8..ce3371b5391a3fd71a87fde53f1677130c072b71 100644 |
| --- a/build/internal/release_impl_official.gypi |
| +++ b/build/internal/release_impl_official.gypi |
| @@ -31,12 +31,11 @@ |
| # headroom as of Dec 16, 2011. |
| '/expectedoutputsize:41943040', |
| ], |
| - 'LinkTimeCodeGeneration': '1', |
|
Sébastien Marchand
2014/03/12 22:40:41
This line shouldn't be removed because it prevent
|
| # The /PROFILE flag causes the linker to add a "FIXUP" debug stream to |
| # the generated PDB. According to MSDN documentation, this flag is only |
| # available (or perhaps supported) in the Enterprise (team development) |
| # version of Visual Studio. If this blocks your official build, simply |
| - # comment out this line, then re-run "gclient runhooks". |
| + # comment out this line, then re-run "gclient runhooks". |
| 'Profile': 'true', |
| }, |
| }, |