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
As discussed on IRC, it might be mandatory to support cl.exe-style arguments to clang via zig cc.
We could use --driver-mode=cl to accept specific flags like /Z7 to generate PDB files, and -Xclang to pass classic-style arguments.
As discussed on IRC, it might be mandatory to support cl.exe-style arguments to clang via
zig cc.We could use
--driver-mode=clto accept specific flags like/Z7to generate PDB files, and-Xclangto pass classic-style arguments.