26 Mar
2016
26 Mar
'16
5:16 p.m.
On 26/03/2016 13:13, Peter Dimov wrote:
John Maddock wrote:
Plus the response file contains:
"config_info.cpp" -Fo"..\..\..\bin.v2\libs\config\test\config_info.test\clang-vc14-win-3.9.0\debug\config_info.obj" -TP /Od /Ob0 /W3 /GR /MDd /EHs -c -DBOOST_ALL_NO_LIB=1 "-I..\..\.."
And I don't think those command line options are supported by clang?
clang-cl.exe is option-compatible with cl.exe, clang.exe is not.
There is no clang-cl shipped with msvc. John.