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
[Win] Enable control flow guard compiler option (flutter#638)
Enables the /guard:cf flag in the MSVC compile options. This causes the
compiler to analyze control flow for indirect call targets at compile
time, and insert checks to verify the targets at runtime. This flag is a
requirement for Google apps.
Issue: flutter#113119
0 commit comments