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
Previously, glibc would use __assert, which causes a segmentation fault due to
strange internal behavior between D and C compilers. It is better practice to use
__assert_fail. See #16515 of dlang/dmd.
Do not use isOSGlibc(); instead use isGNUEnvironment()
---------
Co-authored-by: Connor <[email protected]>
0 commit comments