Skip to content

Commit

Permalink
Remove -ferror-limit=1 from the Win/Clang build
Browse files Browse the repository at this point in the history
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}
  • Loading branch information
zmodem committed Sep 3, 2014
1 parent 1ddc8eb commit a6eeda8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build/common.gypi
Original file line number Diff line number Diff line change
Expand Up @@ -5509,7 +5509,6 @@
'-Wno-unused-private-field',
'-Wno-unused-value',
'-Wno-unused-variable',
'-ferror-limit=1',
],
},
}],
Expand Down

0 comments on commit a6eeda8

Please sign in to comment.