You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Win32 x64/x86 executables built with GYP are already declared to be
Intel CET compatible (google#835).
With this commit those executables built with Bazel also become Intel
CET compatible.
Closesgoogle#1113.
Description
For GYP Windows build we have enabled Hardware Enforced Stack Protection as follows.
This is not yet done in Bazel build.
Steps to reproduce
Steps to reproduce the behavior:
dumpbin /HEADERS mozc_tip64.dll
dumpbin /HEADERS mozc_server.exe
Expected behavior
At the step 2 and 3, you can find the following section.
Version or commit-id
e1b40ed
Environment
The text was updated successfully, but these errors were encountered: