clang mingw wrap -target with cmd
作者:互联网
- File cl.cmd, location: [llvm]/bin
clang.exe -target x86_64-w64-mingw32 %*
According to the official Microsoft documentation:
The %* batch parameter is a wildcard reference to all the arguments, not including %0, that are passed to the batch file.
标签:official,target,reference,cmd,batch,clang,mingw,wrap 来源: https://www.cnblogs.com/q-z-lin/p/15357676.html