Descriptionclang/win: It's ok to pass /GS to clang-cl now.
We used to not pass /GS since clang-cl used to not implement buffer security
checks and would warn about this flag being ignored. Now clang-cl implements
some form of buffer security checking and no longer warns on /GS, so that's
no longer necessary. This reverts the gyp bits of
https://codereview.chromium.org/1828543003/
/GS is also on by default, and as of https://codereview.chromium.org/1957523005
it's no longer explicitly passed in gn builds -- so no .gn files need to be
changed.
Since /GS is on by default, this CL doesn't change behavior.
BUG=598767
Committed: https://crrev.com/cc683aecb8e88d03139477b8eba81aeb1e3c2e9c
Cr-Commit-Position: refs/heads/master@{#404413}
Patch Set 1 #
Messages
Total messages: 10 (5 generated)
|