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: apply --no-default-config for all macOS Clang compilation
The stale clang++.cfg issue affects not just std module precompile
but also regular compilation via ninja. flags.cppm now applies the
same --no-default-config + correct -isystem + xcrun --sysroot fix
for all macOS Clang compilation, bypassing the cfg's stale paths.
0 commit comments