On this machine, with:
CC=cl.exeCXX=cl.exevcvars64.batThe following already fails before project code is involved:
cmd /c "call \"C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Auxiliary\Build\vcvars64.bat\" && set CC=cl.exe && set CXX=cl.exe && set CGO_ENABLED=1 && go build -x runtime/cgo"
Failure shape:
cl.exe-Wall-Werror-fno-stack-protectorcl : command line error D8021: invalid numeric argument '/Werror'A fully MSVC-oriented CGO build path for the CUDA+SDRplay app is currently blocked in this environment by the Go/CGO toolchain behavior itself, not by repository code.
cufft tests workCC=cl.exe also fails because runtime/cgo already breaksTreat this as an environment/toolchain constraint. Continue to: