QZLin

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.

posted on 2021-09-30 17:25  QZLin  阅读(35)  评论(0编辑  收藏  举报

导航