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
Building for release mode is triggering a SIL verifier failure related to memory management (the return value gets initialized twice). Force the affected function to be optimized for size rather than speed, which avoids the problem.
0 commit comments