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
Fix Windows ARM64 Release builds with MSVC v145 by replacing the generated
Unicode numeric-value switch with compact binary-search tables. This avoids
excessive compiler memory usage.