diff options
author | Hans Wennborg <hans@chromium.org> | 2014-09-03 08:57:40 -0700 |
---|---|---|
committer | Hans Wennborg <hans@chromium.org> | 2014-09-03 15:59:52 +0000 |
commit | a6eeda8438c24c29f6ff17370c55255031be70f7 (patch) | |
tree | c1f9d141c60ff19e450e141b73e5745f8a15e672 /build | |
parent | 1ddc8eb883d03a3dac175832357e5b2889e15134 (diff) | |
download | chromium_src-a6eeda8438c24c29f6ff17370c55255031be70f7.zip chromium_src-a6eeda8438c24c29f6ff17370c55255031be70f7.tar.gz chromium_src-a6eeda8438c24c29f6ff17370c55255031be70f7.tar.bz2 |
Remove -ferror-limit=1 from the Win/Clang build
This was useful to reduce the log output when Clang's Windows
support was less mature.
BUG=82385
R=thakis@chromium.org
Review URL: https://codereview.chromium.org/539473003
Cr-Commit-Position: refs/heads/master@{#293141}
Diffstat (limited to 'build')
-rw-r--r-- | build/common.gypi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/build/common.gypi b/build/common.gypi index fc89186..be6e779 100644 --- a/build/common.gypi +++ b/build/common.gypi @@ -5509,7 +5509,6 @@ '-Wno-unused-private-field', '-Wno-unused-value', '-Wno-unused-variable', - '-ferror-limit=1', ], }, }], |