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
Remove deprecated -check-printf-calls dflag for LDC It's deprecated since LDC v1.31, as `pragma(printf)` (used by core.stdc.stdio) is much better and supported by all compilers. Additionally, I haven't found a single printf occurrence in this repo here.